|
ENTITY right_circular_cylinder SUBTYPE OF (geometric_representation_item); position : axis1_placement; height : positive_length_measure; radius : positive_length_measure; END_ENTITY; -- right_circular_cylinder |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; right_circular_cylinder position: axis1_placement; height: positive_length_measure; radius: positive_length_measure; |
Global rules for this entity data type- |