|
ENTITY clgc_with_dimension SUBTYPE OF (curve_length_geometric_constraint); length_value : positive_length_measure; END_ENTITY; -- clgc_with_dimension |
Entity data types and their attributesrepresentation_itemname: label; variational_representation_item - explicit_constraint (OPT) description: text; constrained_elements: SET [1:?] OF representation_item; reference_elements: SET [0:?] OF representation_item; defined_constraint - geometric_representation_item (DER) dim: dimension_count; explicit_geometric_constraint (RT) constrained_elements: SET [1:?] OF geometric_representation_item; (RT) reference_elements: SET [0:?] OF geometric_representation_item; curve_length_geometric_constraint (RT) constrained_elements: SET [1:?] OF bounded_curve; clgc_with_dimension length_value: positive_length_measure; |
Global rules for this entity data type- |