FUNCTION msb_shells
(* SCHEMA cast_parts_schema; *)
FUNCTION msb_shells(
brep: manifold_solid_brep
): SET [1:?] OF closed_shell;
IF SIZEOF(QUERY ( msbtype <* TYPEOF(brep) | (msbtype LIKE
'*BREP_WITH_VOIDS') )) >= 1 THEN
RETURN(brep\brep_with_voids.voids + brep.outer);
ELSE
RETURN([brep.outer]);
END_IF;
END_FUNCTION; -- msb_shells
Referenced By
Defintion msb_shells is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:49-04:00