|
ENTITY point_on_edge_curve SUBTYPE OF (point_on_curve); basis_edge_curve : edge_curve; DERIVE SELF\point_on_curve.basis_curve : curve := SELF.basis_edge_curve.edge_geometry; WHERE WR1: SIZEOF( using_representations(SELF.basis_edge_curve) * relating_shape_representations_of_extreme_values(SELF))>0; END_ENTITY; -- point_on_edge_curve |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; point - point_on_curve basis_curve: curve; point_parameter: parameter_value; point_on_edge_curve basis_edge_curve: edge_curve; (RT) (DER) basis_curve: curve; |
Global rules for this entity data type- |