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.
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. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
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. |
Properties
![]() |
property InnerCurves: TIfcCurveList read FInnerCurves; |
Set of bounded curves, defining the inner boundaries of the arbitrary profile. |
Generated by PasDoc 0.16.0-snapshot.