Interface IIfcSectionedSolid
Readonly interface for IfcSectionedSolid
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcSectionedSolid : IIfcSolidModel, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IfcSolidOrShell, IIfcSolidOrShell, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CrossSections
Declaration
IItemSet<IIfcProfileDef> CrossSections { get; }
Property Value
|
Improve this Doc
View Source
Directrix
Declaration
IIfcCurve Directrix { get; set; }
Property Value