Interface IIfcBoundingBox
Readonly interface for IfcBoundingBox
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcBoundingBox : IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Corner
Declaration
IIfcCartesianPoint Corner { get; set; }
Property Value
|
Improve this Doc
View Source
Dim
Declaration
IfcDimensionCount Dim { get; }
Property Value
|
Improve this Doc
View Source
XDim
Declaration
IfcPositiveLengthMeasure XDim { get; set; }
Property Value
|
Improve this Doc
View Source
YDim
Declaration
IfcPositiveLengthMeasure YDim { get; set; }
Property Value
|
Improve this Doc
View Source
ZDim
Declaration
IfcPositiveLengthMeasure ZDim { get; set; }
Property Value