Class TIfcConnectedFaceSet
Unit
Declaration
type TIfcConnectedFaceSet = class(TIfcTopologicalRepresentationItem)
Description
IFC class IfcConnectedFaceSet.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5816).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcTopologicalRepresentationItem
- TIfcConnectedFaceSet
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
Properties
![]() |
property CfsFaces: TIfcFaceList read FCfsFaces; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5820). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5821). | |
![]() |
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
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5822). | |
Properties
![]() |
property CfsFaces: TIfcFaceList read FCfsFaces; |
|
The set of faces arcwise connected along common edges or vertices. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5827). | |
Generated by PasDoc 0.17.0.snapshot.

