TYPE IfcCompoundPlaneAngleMeasure

(* SCHEMA IFC2X2_FINAL; *)
TYPE IfcCompoundPlaneAngleMeasure = LIST [3:3] OF INTEGER;
 WHERE
	WR1 : { -360 <= SELF[1] < 360 };
	WR2 : { -60 <= SELF[2] < 60 };
	WR3 : { -60 <= SELF[3] < 60 };
	WR4 : ((SELF[1] >= 0) AND (SELF[2] >= 0) AND (SELF[3] >= 0)) OR ((SELF[1] <= 0) AND (SELF[2] <= 0) AND (SELF[3] <= 0));
END_TYPE;

Referenced By

Defintion IfcCompoundPlaneAngleMeasure is references by the following definitions:
DefinitionType
 IfcDerivedMeasureValue SELECT
 IfcSite ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:54-04:00