Class TIfcBoundingBox
Unit
Declaration
type TIfcBoundingBox = class(TIfcGeometricRepresentationItem)
Description
This item has no description. Showing description inherited from TIfcGeometricRepresentationItem.
Common supertype of all geometric items used within a representation. It is positioned within a geometric coordinate system, directly or indirectly through intervening items.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcBoundingBox
Overview
Methods
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
Properties
![]() |
property Corner: TIfcCartesianPoint read FCorner write FCorner; |
![]() |
property XDim: TIfcPositiveLengthMeasure read FXDim write FXDim; |
![]() |
property YDim: TIfcPositiveLengthMeasure read FYDim write FYDim; |
![]() |
property ZDim: TIfcPositiveLengthMeasure read FZDim write FZDim; |
Description
Methods
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
This item has no description. Showing description inherited from TIfcRepresentationItem.BuildNode.
Build a node to display this using Castle Game Engine. Returns
|
Properties
![]() |
property Corner: TIfcCartesianPoint read FCorner write FCorner; |
Location of the bottom left |
![]() |
property XDim: TIfcPositiveLengthMeasure read FXDim write FXDim; |
Length attribute (measured along the edge parallel to the X Axis). |
![]() |
property YDim: TIfcPositiveLengthMeasure read FYDim write FYDim; |
Width attribute (measured along the edge parallel to the Y Axis). |
![]() |
property ZDim: TIfcPositiveLengthMeasure read FZDim write FZDim; |
Height attribute (measured along the edge parallel to the Z Axis). |
Generated by PasDoc 0.16.0-snapshot.