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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcSolidModel
- TIfcSweptAreaSolid
- TIfcExtrudedAreaSolid
Overview
Methods
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; override; |
Properties
property ExtrudedDirection: TIfcDirection read FExtrudedDirection write FExtrudedDirection; |
|
property Depth: TIfcPositiveLengthMeasure read FDepth write FDepth default 0.0; |
Description
Methods
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
property ExtrudedDirection: TIfcDirection read FExtrudedDirection write FExtrudedDirection; |
|
The direction in which the surface, provided by SweptArea is to be swept. The |
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.