Class TIfcCartesianTransformationOperator3DnonUniform
Unit
Declaration
type TIfcCartesianTransformationOperator3DnonUniform = class(TIfcCartesianTransformationOperator3D)
Description
Transformation operator in 3D that allows non uniform scaling.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcCartesianTransformationOperator
- TIfcCartesianTransformationOperator3D
- TIfcCartesianTransformationOperator3DnonUniform
Overview
Methods
![]() |
function Scl2: Single; override; |
![]() |
function Scl3: Single; override; |
Properties
![]() |
property Scale2: TIfcReal read FScale2 write FScale2; |
![]() |
property Scale3: TIfcReal read FScale3 write FScale3; |
Description
Methods
![]() |
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). |
![]() |
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
![]() |
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. |
![]() |
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.