Class TIfcFace
Unit
Declaration
type TIfcFace = class(TIfcTopologicalRepresentationItem)
Description
IFC class IfcFace.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5803).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcTopologicalRepresentationItem
- TIfcFace
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Bounds: TIfcFaceBoundList read FBounds; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5807). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5808). | |
Properties
![]() |
property Bounds: TIfcFaceBoundList read FBounds; |
|
Boundaries of the face. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5811). | |
Generated by PasDoc 0.17.0.snapshot.

