Class TIfcRectangleProfileDef

Unit

Declaration

type TIfcRectangleProfileDef = class(TIfcParameterizedProfileDef)

Description

Rectangle as the profile definition used by the swept surface geometry or the swept area solid.

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

Hierarchy

Overview

Methods

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

Properties

Published property XDim: TIfcPositiveLengthMeasure read FXDim write FXDim;
Published property YDim: TIfcPositiveLengthMeasure read FYDim write FYDim;

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.

Properties

Published property XDim: TIfcPositiveLengthMeasure read FXDim write FXDim;

The extent of the rectangle in the direction of the x-axis..

Published property YDim: TIfcPositiveLengthMeasure read FYDim write FYDim;

The extent of the rectangle in the direction of the y-axis.


Generated by PasDoc 0.16.0-snapshot.