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
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 2910).
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. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 2918). | |
![]() |
property Position: TIfcAxis2Placement3D read FPosition write FPosition; |
|
Position coordinate system for the resulting swept solid of the sweeping operation. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 2921). | |
Generated by PasDoc 0.17.0.snapshot.
