|
ENTITY su_parameters SUBTYPE OF (geometric_representation_item); a : length_measure; alpha : plane_angle_measure; b : length_measure; beta : plane_angle_measure; c : length_measure; gamma : plane_angle_measure; WHERE WR1: SELF\geometric_representation_item.dim=3; END_ENTITY; -- su_parameters |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; su_parameters a: length_measure; alpha: plane_angle_measure; b: length_measure; beta: plane_angle_measure; c: length_measure; gamma: plane_angle_measure; |
Global rules for this entity data type- |