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

Overview

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override;

Properties

Published property ObjectPlacement: TIfcObjectPlacement read FObjectPlacement write FObjectPlacement;
Published property Representation: TIfcProductRepresentation read FRepresentation write FRepresentation;

Description

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override;

This item has no description.

Properties

Published property ObjectPlacement: TIfcObjectPlacement read FObjectPlacement write FObjectPlacement;

Object coordinate system and placement of the product in space.

Published property Representation: TIfcProductRepresentation read FRepresentation write FRepresentation;

Representations of the product.


Generated by PasDoc 0.16.0-snapshot.