|
ENTITY pdgc_with_dimension SUBTYPE OF (point_distance_geometric_constraint); distance_value : non_negative_length_measure; END_ENTITY; -- pdgc_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; point_distance_geometric_constraint (RT) constrained_elements: SET [1:?] OF point; (RT) reference_elements: SET [0:4] OF point_curve_or_surface_constraint_element; pdgc_with_dimension distance_value: non_negative_length_measure; |
Global rules for this entity data type- |