Class TIfcCartesianTransformationOperator3DnonUniform

Unit

Declaration

type TIfcCartesianTransformationOperator3DnonUniform = class(TIfcCartesianTransformationOperator3D)

Description

Transformation operator in 3D that allows non uniform scaling.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcCartesianTransformationOperator3DnonUniform.htm

Hierarchy

Overview

Methods

Protected function Scl2: Single; override;
Protected function Scl3: Single; override;

Properties

Published property Scale2: TIfcReal read FScale2 write FScale2;
Published property Scale3: TIfcReal read FScale3 write FScale3;

Description

Methods

Protected function Scl2: Single; override;

This item has no description. Showing description inherited from TIfcCartesianTransformationOperator.Scl2.

The derived scale of the transformation along the axis 2 (normally the y axis).

Protected function Scl3: Single; override;

This item has no description. Showing description inherited from TIfcCartesianTransformationOperator.Scl3.

The derived scale of the transformation along the axis 3 (normally the z axis).

Properties

Published property Scale2: TIfcReal read FScale2 write FScale2;

The scaling value specified for the transformation in the direction of Axis2. This is normally the Y scale factor.

Published property Scale3: TIfcReal read FScale3 write FScale3;

The scaling value specified for the transformation in the direction of Axis3. This is normally the Z scale factor.


Generated by PasDoc 0.16.0-snapshot.