TYPE bounding_geometry_select
(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Bounding geometry                                            *)
(* ************************************************************ *)
TYPE bounding_geometry_select = SELECT (
	block, right_circular_cylinder,	(* m1 *)
 	advanced_brep_shape_representation,
	edge_based_wireframe_shape_representation,	-- ADDED BY 10303-238
	faceted_brep_shape_representation,		-- ADDED BY 10303-238
	geometrically_bounded_surface_shape_representation, -- ADDED BY 10303-238
	geometrically_bounded_wireframe_shape_representation, -- ADDED BY 10303-238
	manifold_surface_shape_representation,		-- ADDED BY 10303-238
	non_manifold_surface_shape_representation,	-- ADDED BY 10303-238
	shell_based_wireframe_shape_representation	-- ADDED BY 10303-238
);
END_TYPE;
Referenced By
Defintion bounding_geometry_select is references by the following definitions:
[Top Level Definitions] Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00