Class TIfcRepresentationItem
Unit
Declaration
type TIfcRepresentationItem = class(TIfcPersistent)
Description
Geometric or topological representation items, that can (but not need to) have presentation style information assigned.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcRepresentationItem.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
Overview
Methods
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; virtual; |
Properties
property LayerAssignment: TIfcPresentationLayerAssignment read FLayerAssignment write FLayerAssignment; |
|
property StyledByItem: TIfcStyledItem read FStyledByItem write FStyledByItem; |
Description
Methods
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; virtual; |
|
Build a node to display this using Castle Game Engine. Does nothing (adds nothing to Parent) if not possible / not implemented. |
Properties
property LayerAssignment: TIfcPresentationLayerAssignment read FLayerAssignment write FLayerAssignment; |
|
Assignment of the representation item to a single or multiple layer(s). |
property StyledByItem: TIfcStyledItem read FStyledByItem write FStyledByItem; |
|
Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve. |
Generated by PasDoc 0.16.0-snapshot.