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; const ParentProduct: TIfcProduct; const Appearance: TAppearanceNode): 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; const ParentProduct: TIfcProduct; const Appearance: TAppearanceNode): TAbstractChildNode; override; |
|
This item has no description. Showing description inherited from TIfcRepresentationItem.BuildNode.
Build a node to display this using Castle Game Engine. Returns
|
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.