Class TIfcSweptAreaSolid
Unit
Declaration
type TIfcSweptAreaSolid = class abstract(TIfcSolidModel)
Description
Represents the 3D shape by a sweeping representation scheme allowing a two dimensional planar cross section to sweep through space.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcSweptAreaSolid.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcSolidModel
- TIfcSweptAreaSolid
Overview
Properties
property SweptArea: TIfcProfileDef read FSweptArea write FSweptArea; |
|
property Position: TIfcAxis2Placement3D read FPosition write FPosition; |
Description
Properties
property SweptArea: TIfcProfileDef read FSweptArea write FSweptArea; |
|
The surface defining the area to be swept. It is given as a profile definition within the xy plane of the position coordinate system. |
property Position: TIfcAxis2Placement3D read FPosition write FPosition; |
|
Position coordinate system for the resulting swept solid of the sweeping operation. |
Generated by PasDoc 0.16.0-snapshot.