Interface IIfcCartesianPoint
Readonly interface for IfcCartesianPoint
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCartesianPoint : IIfcPoint, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcPointOrVertexPoint, IIfcPointOrVertexPoint, IPersistEntity, IfcTrimmingSelect, IIfcTrimmingSelect, IExpressSelectType, IPersist
Properties
|
Improve this Doc
View Source
Coordinates
Declaration
IItemSet<IfcLengthMeasure> Coordinates { 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 |
|