FUNCTION msb_shells

(* SCHEMA integrated_cnc_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; -- 10303-42: geometric_model_schema

Referenced By

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


[Top Level Definitions]

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