Class TIfcProduct
Unit
Declaration
type TIfcProduct = class abstract(TIfcObject)
Description
Any object that relates to a geometric or spatial context.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcProduct.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
Overview
Methods
function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override; |
Properties
property ObjectPlacement: TIfcObjectPlacement read FObjectPlacement write FObjectPlacement; |
|
property Representation: TIfcProductRepresentation read FRepresentation write FRepresentation; |
Description
Methods
function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override; |
|
This item has no description. |
Properties
property ObjectPlacement: TIfcObjectPlacement read FObjectPlacement write FObjectPlacement; |
|
Object coordinate system and placement of the product in space. |
property Representation: TIfcProductRepresentation read FRepresentation write FRepresentation; |
|
Representations of the product. |
Generated by PasDoc 0.16.0-snapshot.