ENTITY surface_patch

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
 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 ('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.CURVE_BOUNDED_SURFACE' 
                 IN TYPEOF(parent_surface)));
 END_ENTITY;

Explicit Attributes

Entity surface_patch has the following local and inherited explicit attributes:
AttributeTypeDefined By
 parent_surfacebounded_surface (ENTITY)surface_patch
 u_transitiontransition_code (ENUM)surface_patch
 v_transitiontransition_code (ENUM)surface_patch
 u_senseBOOLEANsurface_patch
 v_senseBOOLEANsurface_patch

Derived Attributes

Entity surface_patch has the following local and inherited derived attributes:
AttributeTypeDefined By
 usersSET OF founded_item_select (SELECT)founded_item

Inverse Attributes

Entity surface_patch has the following local and inherited inverse attributes:
AttributeTypeDefined By
 using_surfacesBAG OF rectangular_composite_surface (ENTITY)surface_patch

Supertypes

Entity surface_patch inherits from the following supertypes:
  founded_item

Subtypes

    No subtypes

Referenced By

Entity surface_patch and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item_select SELECT founded_item
 rectangular_composite_surface ENTITY surface_patch
 surface_patch_set ENTITY surface_patch
 validate_dependently_instantiable_entity_data_types RULE founded_item


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:06-04:00