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

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: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5840).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5841).

Properties

Published 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.