TYPE edge_or_curve

(* SCHEMA step_merged_cad_schema; *)

-- ######################################################################
-- Proposed Tessellation Schema
--

(* VR10 is based on VR9e with changes to tessellated_face and tesselated_surface_set (adding new subtypes) 
and deletion of triangle_set and complex_triangle_set *)
(* VR10 corresponds to EXPRESS in Part 42 DIS document *) 
(* VR9a is based on the EXPRESS of V7R8a with changes proposed and agrred by email discussion  
In VR9a the triangle_set definitions associate normals with points *)
(* 2 new select types introduced to reduce number of optional attributes *) 
(* VR9d replaces BOOLEAN with LOGICAL type for smooth attribute of connecting edge *)
(* V9e incorporates changes to tessellated_face, tessellated_surface_set and tessellated_connecting_edge
WRs from ISO meeting review *)

TYPE edge_or_curve = SELECT
  (edge,
   curve);
END_TYPE;

Referenced By

Defintion edge_or_curve is references by the following definitions:
DefinitionType
 tessellated_edge ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:04-05:00