FUNCTION IfcBuild2Axes

(* SCHEMA IFC2X3; *)
FUNCTION IfcBuild2Axes
	(RefDirection : IfcDirection)
	: LIST [2:2] OF IfcDirection;
  LOCAL
    D : IfcDirection := NVL(IfcNormalise(RefDirection),
        IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([1.0,0.0]));
  END_LOCAL;
    RETURN([D, IfcOrthogonalComplement(D)]);
END_FUNCTION;

Referenced By

Defintion IfcBuild2Axes is references by the following definitions:
DefinitionType
 IfcAxis2Placement2D ENTITY


[Top Level Definitions] [Exit]

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