Class TIfcArbitraryProfileDefWithVoids
Unit
Declaration
type TIfcArbitraryProfileDefWithVoids = class(TIfcArbitraryClosedProfileDef)
Description
Arbitrary closed two-dimensional profile with holes. It is given by an outer boundary and inner boundaries.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1277).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcProfileDef
- TIfcArbitraryClosedProfileDef
- TIfcArbitraryProfileDefWithVoids
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean; const ParentName: String); override; |
Properties
![]() |
property InnerCurves: TIfcCurveList read FInnerCurves; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1281). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1282). | |
![]() |
procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean; const ParentName: String); override; |
|
This item has no description. Showing description inherited from TIfcProfileDef.UpdateCrossSection. Update CrossSection to be used by IfcExtrudedAreaSolid. In the base class, this makes a warning "not implemented". Override (and do not call "inherited") to provide a useful implementation. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1283). | |
Properties
![]() |
property InnerCurves: TIfcCurveList read FInnerCurves; |
|
Set of bounded curves, defining the inner boundaries of the arbitrary profile. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1287). | |
Generated by PasDoc 0.17.0.snapshot.

