Class TIfcCartesianTransformationOperator3DnonUniform
Unit
Declaration
type TIfcCartesianTransformationOperator3DnonUniform = class(TIfcCartesianTransformationOperator3D)
Description
Transformation operator in 3D that allows non uniform scaling.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2149).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcCartesianTransformationOperator
- TIfcCartesianTransformationOperator3D
- TIfcCartesianTransformationOperator3DnonUniform
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). Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2154). | |
| 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). Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2155). | |
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. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2159). | |
| 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. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2163). | |
Generated by PasDoc 0.17.0.snapshot.