Interface IIfcIndexedPolyCurve
Readonly interface for IfcIndexedPolyCurve
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcIndexedPolyCurve : IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Points
Declaration
IIfcCartesianPointList Points { get; set; }
Property Value
|
Improve this Doc
View Source
Segments
Declaration
IItemSet<IIfcSegmentIndexSelect> Segments { get; }
Property Value
|
Improve this Doc
View Source
SelfIntersect
Declaration
IfcBoolean? SelfIntersect { get; set; }
Property Value