Interface IIfcCartesianPointList3D
Readonly interface for IfcCartesianPointList3D
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCartesianPointList3D : IIfcCartesianPointList, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CoordList
Declaration
IItemSet<IItemSet<IfcLengthMeasure>> CoordList { get; }
Property Value
|
Improve this Doc
View Source
TagList
Declaration
IItemSet<IfcLabel> TagList { get; }
Property Value