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

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.

Published property Minutes: Integer read FMinutes write FMinutes;

This item has no description.

Published property Seconds: Integer read FSeconds write FSeconds;

This item has no description.

Published property MicroSeconds: Integer read FMicroSeconds write FMicroSeconds;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.