Interface IIfcOffsetCurve2D
Readonly interface for IfcOffsetCurve2D
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcOffsetCurve2D : IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IIfcGeometricSetSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
BasisCurve
Declaration
IIfcCurve BasisCurve { get; set; }
Property Value
|
Improve this Doc
View Source
Distance
Declaration
IfcLengthMeasure Distance { get; set; }
Property Value
|
Improve this Doc
View Source
SelfIntersect
Declaration
bool? SelfIntersect { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|