Search Results for

    Show / Hide Table of Contents

    Class IfcBSplineSurface

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcSurface
    IfcBoundedSurface
    IfcBSplineSurface
    IfcBSplineSurfaceWithKnots
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcSurface>
    System.IEquatable<IfcBoundedSurface>
    IIfcBSplineSurface
    IIfcBoundedSurface
    IIfcSurface
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcSurfaceOrFaceSurface
    IIfcSurfaceOrFaceSurface
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcBSplineSurface>
    Inherited Members
    IfcBoundedSurface.Equals(IfcBoundedSurface)
    IfcSurface.Dim
    IfcSurface.Equals(IfcSurface)
    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("IfcBSplineSurface", 1102)]
    public abstract class IfcBSplineSurface : IfcBoundedSurface, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcSurface>, IEquatable<IfcBoundedSurface>, IIfcBSplineSurface, IIfcBoundedSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcBSplineSurface>

    Properties

    | Improve this Doc View Source

    ControlPoints

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

    ControlPointsList

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.List, new int[]{2, 2}, new int[]{-1, -1}, 5)]
    public IItemSet<IItemSet<IfcCartesianPoint>> ControlPointsList { get; }
    Property Value
    Type Description
    IItemSet<IItemSet<IfcCartesianPoint>>
    | Improve this Doc View Source

    SelfIntersect

    Declaration
    [EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
    public IfcLogical SelfIntersect { get; set; }
    Property Value
    Type Description
    IfcLogical
    | Improve this Doc View Source

    SurfaceForm

    Declaration
    [EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 6)]
    public IfcBSplineSurfaceForm SurfaceForm { get; set; }
    Property Value
    Type Description
    IfcBSplineSurfaceForm
    | Improve this Doc View Source

    UClosed

    Declaration
    [EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
    public IfcLogical UClosed { get; set; }
    Property Value
    Type Description
    IfcLogical
    | Improve this Doc View Source

    UDegree

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

    UUpper

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
    public IfcInteger UUpper { get; }
    Property Value
    Type Description
    IfcInteger
    | Improve this Doc View Source

    VClosed

    Declaration
    [EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
    public IfcLogical VClosed { get; set; }
    Property Value
    Type Description
    IfcLogical
    | Improve this Doc View Source

    VDegree

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
    public IfcInteger VDegree { get; set; }
    Property Value
    Type Description
    IfcInteger
    | Improve this Doc View Source

    VUpper

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
    public IfcInteger VUpper { get; }
    Property Value
    Type Description
    IfcInteger

    Methods

    | Improve this Doc View Source

    Equals(IfcBSplineSurface)

    Declaration
    public bool Equals(IfcBSplineSurface other)
    Parameters
    Type Name Description
    IfcBSplineSurface 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
    IfcBoundedSurface.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcBSplineSurface.ControlPointsList

    Declaration
    IItemSet<IItemSet<IIfcCartesianPoint>> IIfcBSplineSurface.ControlPointsList { get; }
    Returns
    Type Description
    IItemSet<IItemSet<IIfcCartesianPoint>>
    | Improve this Doc View Source

    IIfcBSplineSurface.SelfIntersect

    Declaration
    IfcLogical IIfcBSplineSurface.SelfIntersect { get; set; }
    Returns
    Type Description
    IfcLogical
    | Improve this Doc View Source

    IIfcBSplineSurface.SurfaceForm

    Declaration
    IfcBSplineSurfaceForm IIfcBSplineSurface.SurfaceForm { get; set; }
    Returns
    Type Description
    IfcBSplineSurfaceForm
    | Improve this Doc View Source

    IIfcBSplineSurface.UClosed

    Declaration
    IfcLogical IIfcBSplineSurface.UClosed { get; set; }
    Returns
    Type Description
    IfcLogical
    | Improve this Doc View Source

    IIfcBSplineSurface.UDegree

    Declaration
    IfcInteger IIfcBSplineSurface.UDegree { get; set; }
    Returns
    Type Description
    IfcInteger
    | Improve this Doc View Source

    IIfcBSplineSurface.VClosed

    Declaration
    IfcLogical IIfcBSplineSurface.VClosed { get; set; }
    Returns
    Type Description
    IfcLogical
    | Improve this Doc View Source

    IIfcBSplineSurface.VDegree

    Declaration
    IfcInteger IIfcBSplineSurface.VDegree { get; set; }
    Returns
    Type Description
    IfcInteger

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IIfcBSplineSurface
    IIfcBoundedSurface
    IIfcSurface
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcSurfaceOrFaceSurface
    IIfcSurfaceOrFaceSurface
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim