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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00