|
ENTITY right_circular_cone SUBTYPE OF (geometric_representation_item); position : axis1_placement; height : positive_length_measure; radius : length_measure; semi_angle : plane_angle_measure; WHERE WR1: radius >= 0.0; END_ENTITY; -- right_circular_cone |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; right_circular_cone position: axis1_placement; height: positive_length_measure; radius: length_measure; semi_angle: plane_angle_measure; |
Global rules for this entity data type- |