Search Results for

    Show / Hide Table of Contents

    Interface IIfcBSplineCurve

    Readonly interface for IfcBSplineCurve

    Inherited Members
    IIfcRepresentationItem.LayerAssignments
    IIfcRepresentationItem.StyledByItem
    IfcGeometricSetSelect.Dim
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcBSplineCurve : IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ClosedCurve

    Declaration
    bool? ClosedCurve { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    ControlPoints

    Declaration
    List<XbimPoint3D> ControlPoints { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<XbimPoint3D>
    | Improve this Doc View Source

    ControlPointsList

    Declaration
    IItemSet<IIfcCartesianPoint> ControlPointsList { get; }
    Property Value
    Type Description
    IItemSet<IIfcCartesianPoint>
    | Improve this Doc View Source

    CurveForm

    Declaration
    IfcBSplineCurveForm CurveForm { get; set; }
    Property Value
    Type Description
    IfcBSplineCurveForm
    | Improve this Doc View Source

    Degree

    Declaration
    long Degree { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    SelfIntersect

    Declaration
    bool? SelfIntersect { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    UpperIndexOnControlPoints

    Declaration
    long UpperIndexOnControlPoints { get; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim