ENTITY IfcProjectedCRS
(* SCHEMA IFC4; *)
ENTITY IfcProjectedCRS
 SUBTYPE OF (IfcCoordinateReferenceSystem);
	VerticalDatum : OPTIONAL IfcIdentifier;
	MapProjection : OPTIONAL IfcIdentifier;
	MapZone : OPTIONAL IfcIdentifier;
	MapUnit : OPTIONAL IfcNamedUnit;
 WHERE
	MapUnitIsLength : NOT(EXISTS(SELF.MapUnit)) OR (SELF.MapUnit.UnitType = IfcUnitEnum.LENGTHUNIT);
END_ENTITY;
Explicit Attributes
Entity IfcProjectedCRS has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcProjectedCRS has the following local and inherited inverse attributes:
Supertypes
Entity IfcProjectedCRS inherits from the following supertypes:
  IfcCoordinateReferenceSystem
Subtypes
    No subtypesReferenced By
Entity IfcProjectedCRS 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