Class TIfcExtrudedAreaSolid

Unit

Declaration

type TIfcExtrudedAreaSolid = class(TIfcSweptAreaSolid)

Description

Defined by sweeping a cross section provided by a profile definition.

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

Hierarchy

Overview

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; override;

Properties

Published property ExtrudedDirection: TIfcDirection read FExtrudedDirection write FExtrudedDirection;
Published property Depth: TIfcPositiveLengthMeasure read FDepth write FDepth default 0.0;

Description

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; override;

This item has no description. Showing description inherited from TIfcRepresentationItem.BuildNode.

Build a node to display this using Castle Game Engine. Does nothing (adds nothing to Parent) if not possible / not implemented.

Properties

Published property ExtrudedDirection: TIfcDirection read FExtrudedDirection write FExtrudedDirection;

The direction in which the surface, provided by SweptArea is to be swept. The ExtrudedDirection shall not be perpendicular to the local z-axis.

Published property Depth: TIfcPositiveLengthMeasure read FDepth write FDepth default 0.0;

The distance the surface is to be swept along the ExtrudedDirection.


Generated by PasDoc 0.16.0-snapshot.