FUNCTION face_bound_reversed

(* SCHEMA integrated_cnc_schema; *)
FUNCTION face_bound_reversed (
    a_face_bound : face_bound 
    ) : face_bound;
  LOCAL
    the_reverse : face_bound;
  END_LOCAL;
    IF 'INTEGRATED_CNC_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; -- 10303-42: topology_schema

Referenced By

Defintion face_bound_reversed is references by the following definitions:
DefinitionType
 topology_reversed FUNCTION


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:25-02:00