Class TIfcPolyLoop
Unit
Declaration
type TIfcPolyLoop = class(TIfcLoop)
Description
IFC class IfcPolyLoop.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5836).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcTopologicalRepresentationItem
- TIfcLoop
- TIfcPolyLoop
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Polygon: TIfcCartesianPointList read FPolygon; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5840). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5841). | |
Properties
![]() |
property Polygon: TIfcCartesianPointList read FPolygon; |
|
List of points defining the loop. There are no repeated points in the list. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5845). | |
Generated by PasDoc 0.17.0.snapshot.

