Class TIfcArbitraryClosedProfileDef

Unit

Declaration

type TIfcArbitraryClosedProfileDef = class(TIfcProfileDef)

Description

Closed profile IfcArbitraryClosedProfileDef defines an arbitrary two-dimensional profile for the use within the swept surface geometry, the swept area solid or a sectioned spine. It is given by an outer boundary from which the surface or solid can be constructed.

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

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

Hierarchy

Overview

Methods

Public procedure UpdateCrossSection(const CrossSection: TVector2List; var CrossSectionConvex: Boolean; const ParentName: String); override;

Properties

Published property OuterCurve: TIfcCurve read FOuterCurve write FOuterCurve;

Description

Methods

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.

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

Properties

Published property OuterCurve: TIfcCurve read FOuterCurve write FOuterCurve;

Bounded curve, defining the outer boundaries of the arbitrary profile.

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


Generated by PasDoc 0.17.0.snapshot.