ENTITY IfcGeographicCRS
(* SCHEMA IFC4; *)
ENTITY IfcGeographicCRS
 SUBTYPE OF (IfcCoordinateReferenceSystem);
	PrimeMeridian : OPTIONAL IfcIdentifier;
	AngleUnit : OPTIONAL IfcNamedUnit;
	HeightUnit : OPTIONAL IfcNamedUnit;
 WHERE
	AngleUnitIsPlaneAngle : NOT(EXISTS(SELF.AngleUnit)) OR (SELF.AngleUnit.UnitType=IfcUnitEnum.PLANEANGLEUNIT);
	HeightUnitIsLength : NOT(EXISTS(SELF.HeightUnit)) OR (SELF.HeightUnit.UnitType=IfcUnitEnum.LENGTHUNIT);
END_ENTITY;
Explicit Attributes
Entity IfcGeographicCRS has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcGeographicCRS has the following local and inherited inverse attributes:
Supertypes
Entity IfcGeographicCRS inherits from the following supertypes:
  IfcCoordinateReferenceSystem
Subtypes
    No subtypesReferenced By
Entity IfcGeographicCRS and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00