Interface IIfcCartesianTransformationOperator
Readonly interface for IfcCartesianTransformationOperator
Assembly: Xbim.Ifc4.dll
public interface IIfcCartesianTransformationOperator : IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
IIfcDirection Axis1 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcDirection Axis2 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcDimensionCount Dim { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcCartesianPoint LocalOrigin { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcReal? Scale { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
Declaration
Property Value
Extension Methods