Search Results for

    Show / Hide Table of Contents

    Class IfcSurfaceCurve

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcCurve
    IfcSurfaceCurve
    IfcIntersectionCurve
    IfcSeamCurve
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcCurve>
    IInstantiableEntity
    IIfcSurfaceCurve
    IIfcCurve
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcCurveOnSurface
    IIfcCurveOnSurface
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcSurfaceCurve>
    Inherited Members
    IfcCurve.Dim
    IfcCurve.Equals(IfcCurve)
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc4.GeometryResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcSurfaceCurve", 1327)]
    public class IfcSurfaceCurve : IfcCurve, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcCurve>, IInstantiableEntity, IIfcSurfaceCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOnSurface, IIfcCurveOnSurface, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSurfaceCurve>

    Properties

    | Improve this Doc View Source

    AssociatedGeometry

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{2}, 4)]
    public IItemSet<IfcPcurve> AssociatedGeometry { get; }
    Property Value
    Type Description
    IItemSet<IfcPcurve>
    | Improve this Doc View Source

    BasisSurface

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{2}, 0)]
    public List<IfcSurface> BasisSurface { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<IfcSurface>
    | Improve this Doc View Source

    Curve3D

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
    public IfcCurve Curve3D { get; set; }
    Property Value
    Type Description
    IfcCurve
    | Improve this Doc View Source

    MasterRepresentation

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 5)]
    public IfcPreferredSurfaceCurveRepresentation MasterRepresentation { get; set; }
    Property Value
    Type Description
    IfcPreferredSurfaceCurveRepresentation

    Methods

    | Improve this Doc View Source

    Equals(IfcSurfaceCurve)

    Declaration
    public bool Equals(IfcSurfaceCurve other)
    Parameters
    Type Name Description
    IfcSurfaceCurve other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Parse(Int32, IPropertyValue, Int32[])

    Declaration
    public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex
    Overrides
    IfcCurve.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcSurfaceCurve.AssociatedGeometry

    Declaration
    IItemSet<IIfcPcurve> IIfcSurfaceCurve.AssociatedGeometry { get; }
    Returns
    Type Description
    IItemSet<IIfcPcurve>
    | Improve this Doc View Source

    IIfcSurfaceCurve.Curve3D

    Declaration
    IIfcCurve IIfcSurfaceCurve.Curve3D { get; set; }
    Returns
    Type Description
    IIfcCurve
    | Improve this Doc View Source

    IIfcSurfaceCurve.MasterRepresentation

    Declaration
    IfcPreferredSurfaceCurveRepresentation IIfcSurfaceCurve.MasterRepresentation { get; set; }
    Returns
    Type Description
    IfcPreferredSurfaceCurveRepresentation

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcSurfaceCurve
    IIfcCurve
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcCurveOnSurface
    IIfcCurveOnSurface
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim