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.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcArbitraryProfileDefWithVoids.htm

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean; const ParentName: String); override;

Properties

Published property InnerCurves: TIfcCurveList read FInnerCurves;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public 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

Published property InnerCurves: TIfcCurveList read FInnerCurves;

Set of bounded curves, defining the inner boundaries of the arbitrary profile.


Generated by PasDoc 0.16.0-snapshot.