Class TIfcCompoundPlaneAngleMeasure
Unit
Declaration
type TIfcCompoundPlaneAngleMeasure = class(TIfcPersistent)
Description
Compound measure of plane angle in degrees, minutes, seconds, and optionally millionth-seconds of arc. IFC defines it as list of 3 or 4 integers. We considered using TCastleVector4PersistentSimple for this, but actually a regular class with 4 integer properties is better, fits IFC JSON encoding.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3367).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcCompoundPlaneAngleMeasure
Overview
Properties
| Published | property Degrees: Integer read FDegrees write FDegrees; |
| Published | property Minutes: Integer read FMinutes write FMinutes; |
| Published | property Seconds: Integer read FSeconds write FSeconds; |
| Published | property MicroSeconds: Integer read FMicroSeconds write FMicroSeconds; |
Description
Properties
| Published | property Degrees: Integer read FDegrees write FDegrees; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3374). | |
| Published | property Minutes: Integer read FMinutes write FMinutes; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3375). | |
| Published | property Seconds: Integer read FSeconds write FSeconds; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3376). | |
| Published | property MicroSeconds: Integer read FMicroSeconds write FMicroSeconds; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3377). | |
Generated by PasDoc 0.17.0.snapshot.