ENTITY view_perspective_entity
(* SCHEMA iges_structure_schema; *)
  ENTITY view_perspective_entity
    SUBTYPE OF (view_entity);
    
    subordinate : subordinate_switch;
    vpnx : REAL;
    vpny : REAL;
    vpnz : REAL;
    vrpx : REAL;
    vrpy : REAL;
    vrpz : REAL;
    cpx  : REAL;
    cpy  : REAL;
    cpz  : REAL;
    vupx : REAL;
    vupy : REAL;
    vupz : REAL;
    vpd  : REAL;
    umin : REAL;
    umax : REAL;
    vmin : REAL;
    vmax : REAL;
    dci  : clipping_indicator;
    wmin : REAL;
    wmax : REAL;
  DERIVE
    form : INTEGER := 1;
  END_ENTITY;
Explicit Attributes
Entity view_perspective_entity has the following local and inherited explicit attributes:
| | Attribute | Type | Defined By | 
|---|
 | label | STRING | directory_entry |  | subscript | INTEGER | directory_entry |  | associations | LIST OF associativities (SELECT) | directory_entry |  | properties | LIST OF properties (SELECT) | directory_entry |  | transformation | transformation_matrix_entity (ENTITY) | view_entity |  | vno | INTEGER | view_entity |  | scale | REAL | view_entity |  | subordinate | subordinate_switch (ENUM) | view_perspective_entity |  | vpnx | REAL | view_perspective_entity |  | vpny | REAL | view_perspective_entity |  | vpnz | REAL | view_perspective_entity |  | vrpx | REAL | view_perspective_entity |  | vrpy | REAL | view_perspective_entity |  | vrpz | REAL | view_perspective_entity |  | cpx | REAL | view_perspective_entity |  | cpy | REAL | view_perspective_entity |  | cpz | REAL | view_perspective_entity |  | vupx | REAL | view_perspective_entity |  | vupy | REAL | view_perspective_entity |  | vupz | REAL | view_perspective_entity |  | vpd | REAL | view_perspective_entity |  | umin | REAL | view_perspective_entity |  | umax | REAL | view_perspective_entity |  | vmin | REAL | view_perspective_entity |  | vmax | REAL | view_perspective_entity |  | dci | clipping_indicator (ENUM) | view_perspective_entity |  | wmin | REAL | view_perspective_entity |  | wmax | REAL | view_perspective_entity | 
 | 
Derived Attributes
Entity view_perspective_entity has the following local and inherited derived attributes:
Inverse Attributes
    No Inverse AttributesSupertypes
Entity view_perspective_entity inherits from the following supertypes:
  directory_entry
    structure_entity
      drawing_or_view_entity
        view_entity
Subtypes
    No subtypesReferenced By
Entity view_perspective_entity and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00