ENTITY surface_patch
(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
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 ('STEP_MERGED_AP_SCHEMA.CURVE_BOUNDED_SURFACE' IN TYPEOF(parent_surface));
END_ENTITY;
Explicit Attributes
Entity surface_patch has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  parent_surface | bounded_surface (ENTITY) | surface_patch |  
|  u_transition | transition_code (ENUM) | surface_patch |  
|  v_transition | transition_code (ENUM) | surface_patch |  
|  u_sense | BOOLEAN | surface_patch |  
|  v_sense | BOOLEAN | surface_patch |  
 
 | 
Derived Attributes
Entity surface_patch has the following local and inherited derived attributes:
Inverse Attributes
Entity surface_patch has the following local and inherited inverse attributes:
Supertypes
Entity surface_patch inherits from the following supertypes:
  founded_item
Subtypes
    No subtypesReferenced By
Entity surface_patch and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:19-04:00