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