FUNCTION msb_shells

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP224
-- DIFF IN AP232
FUNCTION msb_shells
      (brep : manifold_solid_brep ) : SET [1:?] OF closed_shell;
   LOCAL
      return_set : SET [1:?] OF closed_shell := [ brep.outer ];
   END_LOCAL;
      IF SIZEOF(QUERY (msbtype <* TYPEOF(brep)| msbtype LIKE '*BREP_WITH_VOIDS')) >= 1 THEN
         return_set := return_set + brep\brep_with_voids.voids;
      END_IF;
      RETURN (return_set);
END_FUNCTION;

Referenced By

Defintion msb_shells is references by the following definitions:
DefinitionType
 advanced_brep_shape_representation ENTITY
 elementary_brep_shape_representation ENTITY
 faceted_brep_shape_representation ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00