ENTITY projected_zone_definition

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP224
-- IN AP203e2/AP214/AP224/AP238 STEP-NC/AP242
ENTITY projected_zone_definition
   SUBTYPE OF (tolerance_zone_definition);
      projection_end : shape_aspect;
      projected_length : length_measure_with_unit;
   WHERE
      WR1:
         ('NUMBER' IN TYPEOF(projected_length\measure_with_unit.value_component)) AND (projected_length\measure_with_unit.value_component > 0.0);
      wr2:
         derive_dimensional_exponents(projected_length\measure_with_unit.unit_component) = dimensional_exponents(1, 0, 0, 0, 0, 0, 0);
END_ENTITY;

Explicit Attributes

Entity projected_zone_definition has the following local and inherited explicit attributes:
AttributeTypeDefined By
 zonetolerance_zone (ENTITY)tolerance_zone_definition
 boundariesSET OF shape_aspect (ENTITY)tolerance_zone_definition
 projection_endshape_aspect (ENTITY)projected_zone_definition
 projected_lengthlength_measure_with_unit (ENTITY)projected_zone_definition

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity projected_zone_definition inherits from the following supertypes:
  tolerance_zone_definition

Subtypes

Entity projected_zone_definition has the following subtypes:
    projected_zone_definition_with_offset*
* - Immediate Subtypes

Referenced By

Entity projected_zone_definition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 dimension_related_tolerance_zone_element ENTITY tolerance_zone_definition
 non_uniform_zone_definition_constraint RULE tolerance_zone_definition
 restrict_zone_boundary RULE tolerance_zone_definition
 tolerance_zone_definition ENTITY projected_zone_definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:18-04:00