FUNCTION msb_shells

(* SCHEMA building_design_schema; *)
  FUNCTION msb_shells(
               brep: manifold_solid_brep
      ): SET [1:?] OF closed_shell;
    IF SIZEOF(QUERY ( brtyp <* TYPEOF(brep) | (brtyp 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:
DefinitionType
 advanced_brep_building_shape_representation ENTITY
 elementary_geometric_shape_representation ENTITY
 faceted_geometric_shape_representation ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:14-04:00