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