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