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.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcCompoundPlaneAngleMeasure
Overview
Properties
![]() |
property Degrees: Integer read FDegrees write FDegrees; |
![]() |
property Minutes: Integer read FMinutes write FMinutes; |
![]() |
property Seconds: Integer read FSeconds write FSeconds; |
![]() |
property MicroSeconds: Integer read FMicroSeconds write FMicroSeconds; |
Description
Properties
![]() |
property Degrees: Integer read FDegrees write FDegrees; |
This item has no description. |
![]() |
property Minutes: Integer read FMinutes write FMinutes; |
This item has no description. |
![]() |
property Seconds: Integer read FSeconds write FSeconds; |
This item has no description. |
![]() |
property MicroSeconds: Integer read FMicroSeconds write FMicroSeconds; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.