FUNCTION build_2axes
(* SCHEMA integrated_cnc_schema; *)
FUNCTION build_2axes (
ref_direction : direction
) : LIST [2:2] OF direction;
LOCAL
d : direction := NVL(normalise(ref_direction), dummy_gri || direction([
1.0, 0.0 ]));
END_LOCAL;
RETURN ([ d, orthogonal_complement(d) ]);
END_FUNCTION; -- 10303-42: geometry_schema
Referenced By
Defintion build_2axes is references by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:25-02:00