Interface IIfcDistanceExpression
Readonly interface for IfcDistanceExpression
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcDistanceExpression : IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
AlongHorizontal
Declaration
IfcBoolean? AlongHorizontal { get; set; }
Property Value
|
Improve this Doc
View Source
DistanceAlong
Declaration
IfcLengthMeasure DistanceAlong { get; set; }
Property Value
|
Improve this Doc
View Source
OffsetLateral
Declaration
IfcLengthMeasure? OffsetLateral { get; set; }
Property Value
|
Improve this Doc
View Source
OffsetLongitudinal
Declaration
IfcLengthMeasure? OffsetLongitudinal { get; set; }
Property Value
|
Improve this Doc
View Source
OffsetVertical
Declaration
IfcLengthMeasure? OffsetVertical { get; set; }
Property Value