Interface IIfcCartesianTransformationOperator3D
Readonly interface for IfcCartesianTransformationOperator3D
Assembly: Xbim.Ifc2x3.dll
public interface IIfcCartesianTransformationOperator3D : IIfcCartesianTransformationOperator, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
IIfcDirection Axis3 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
List<XbimVector3D> U { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<XbimVector3D> |
|