ENTITY IfcGeometricRepresentationContext
(* SCHEMA IFC4; *)
ENTITY IfcGeometricRepresentationContext
 SUPERTYPE OF (ONEOF
	(IfcGeometricRepresentationSubContext))
 SUBTYPE OF (IfcRepresentationContext);
	CoordinateSpaceDimension : IfcDimensionCount;
	Precision : OPTIONAL IfcReal;
	WorldCoordinateSystem : IfcAxis2Placement;
	TrueNorth : OPTIONAL IfcDirection;
 INVERSE
	HasSubContexts : SET [0:?] OF IfcGeometricRepresentationSubContext FOR ParentContext;
	HasCoordinateOperation : SET [0:1] OF IfcCoordinateOperation FOR SourceCRS;
 WHERE
	North2D : NOT(EXISTS(TrueNorth)) OR (HIINDEX(TrueNorth.DirectionRatios) = 2);
END_ENTITY;
Explicit Attributes
Entity IfcGeometricRepresentationContext has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcGeometricRepresentationContext has the following local and inherited inverse attributes:
Supertypes
Entity IfcGeometricRepresentationContext inherits from the following supertypes:
  IfcRepresentationContext
Subtypes
Entity IfcGeometricRepresentationContext has the following subtypes:
    IfcGeometricRepresentationSubContext*
* - Immediate Subtypes
Referenced By
Entity IfcGeometricRepresentationContext 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