Search Results for

    Show / Hide Table of Contents

    Interface IIfcBSplineSurface

    Readonly interface for IfcBSplineSurface

    Inherited Members
    IIfcRepresentationItem.LayerAssignment
    IIfcRepresentationItem.StyledByItem
    IfcGeometricSetSelect.Dim
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcBSplineSurface : IIfcBoundedSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ControlPoints

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

    SelfIntersect

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

    SurfaceForm

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

    UClosed

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

    UDegree

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

    UUpper

    Declaration
    IfcInteger UUpper { get; }
    Property Value
    Type Description
    IfcInteger
    | Improve this Doc View Source

    VClosed

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

    VDegree

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

    VUpper

    Declaration
    IfcInteger VUpper { get; }
    Property Value
    Type Description
    IfcInteger
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim