|
ENTITY degenerate_toroidal_surface SUBTYPE OF (toroidal_surface); select_outer : BOOLEAN; WHERE WR1: major_radius < minor_radius; END_ENTITY; -- degenerate_toroidal_surface |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; surface - elementary_surface position: axis2_placement_3d; toroidal_surface major_radius: positive_length_measure; minor_radius: positive_length_measure; degenerate_toroidal_surface select_outer: BOOLEAN; |
Global rules for this entity data type- |