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

Overview

Properties

Published property SweptArea: TIfcProfileDef read FSweptArea write FSweptArea;
Published property Position: TIfcAxis2Placement3D read FPosition write FPosition;

Description

Properties

Published 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.

Published 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.