|
ENTITY surface_patch SUBTYPE OF (founded_item); parent_surface : bounded_surface; u_transition : transition_code; v_transition : transition_code; u_sense : BOOLEAN; v_sense : BOOLEAN; INVERSE using_surfaces : BAG [1:?] OF rectangular_composite_surface FOR segments; WHERE WR1: (NOT ('GEOMETRY_SCHEMA.CURVE_BOUNDED_SURFACE' IN TYPEOF(parent_surface))); END_ENTITY; -- surface_patch |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; surface_patch parent_surface: bounded_surface; u_transition: transition_code; v_transition: transition_code; u_sense: BOOLEAN; v_sense: BOOLEAN; (INV) using_surfaces: BAG [1:?] OF rectangular_composite_surface FOR segments; |
Users: by entity attributesfounded_itemfounded_item.users founded_item_select surface_patch rectangular_composite_surface.segments surface_patch_set.patches Users: by defined types, not used by any entity attributesurface_patch- |
Global rules for this entity data type- |