Interface IIfcDirection
Readonly interface for IfcDirection
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcDirection : IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGridPlacementDirectionSelect, IIfcGridPlacementDirectionSelect, IfcVectorOrDirection, IIfcVectorOrDirection, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Dim
Declaration
IfcDimensionCount Dim { get; }
Property Value
|
Improve this Doc
View Source
DirectionRatios
Declaration
IItemSet<IfcReal> DirectionRatios { get; }
Property Value
|
Improve this Doc
View Source
X
Declaration
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Y
Declaration
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Z
Declaration
Property Value
Type |
Description |
System.Double |
|