FUNCTION face_bound_reversed
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
FUNCTION face_bound_reversed
(a_face_bound : face_bound) : face_bound;
LOCAL
the_reverse : face_bound ;
END_LOCAL;
IF ('STRUCTURAL_FRAME_SCHEMA.FACE_OUTER_BOUND' IN TYPEOF (a_face_bound) ) THEN
the_reverse := dummy_tri ||
face_bound(a_face_bound\face_bound.bound,
NOT (a_face_bound\face_bound.orientation))
|| face_outer_bound() ;
ELSE
the_reverse := dummy_tri ||
face_bound(a_face_bound.bound, NOT(a_face_bound.orientation));
END_IF;
RETURN (the_reverse);
END_FUNCTION; (* STEP PART 42 (modified in 2nd edition) *)
Referenced By
Defintion face_bound_reversed is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:39-04:00