Interface IIfcLinearPlacement
Readonly interface for IfcLinearPlacement
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcLinearPlacement : IIfcObjectPlacement, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CartesianPosition
Declaration
IIfcAxis2Placement3D CartesianPosition { get; set; }
Property Value
|
Improve this Doc
View Source
Distance
Declaration
IIfcDistanceExpression Distance { get; set; }
Property Value
|
Improve this Doc
View Source
Orientation
Declaration
IIfcOrientationExpression Orientation { get; set; }
Property Value
|
Improve this Doc
View Source
PlacementRelTo
Declaration
IIfcCurve PlacementRelTo { get; set; }
Property Value
Extension Methods