|
ENTITY point_on_face_surface SUBTYPE OF (point_on_surface); basis_face_surface : face_surface; DERIVE SELF\point_on_surface.basis_surface : surface := SELF.basis_face_surface.face_geometry; WHERE WR1: SIZEOF( using_representations(SELF.basis_face_surface) * relating_shape_representations_of_extreme_values(SELF))>0; END_ENTITY; -- point_on_face_surface |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; point - point_on_surface basis_surface: surface; point_parameter_u: parameter_value; point_parameter_v: parameter_value; point_on_face_surface basis_face_surface: face_surface; (RT) (DER) basis_surface: surface; |
Global rules for this entity data type- |