ENTITY point_style

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP232
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
ENTITY point_style
   SUBTYPE OF (founded_item);
      name : label;
      marker : OPTIONAL marker_select;
      marker_size : OPTIONAL size_select;
      marker_colour : OPTIONAL colour;
   WHERE
      WR1:
         (EXISTS(marker) OR EXISTS(marker_size)) OR EXISTS(marker_colour);
END_ENTITY;

Explicit Attributes

Entity point_style has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)point_style
 markermarker_select (SELECT)point_style
 marker_sizesize_select (SELECT)point_style
 marker_colourcolour (ENTITY)point_style

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity point_style inherits from the following supertypes:
  founded_item

Subtypes

    No subtypes

Referenced By

Entity point_style and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item ENTITY point_style
 founded_item_select SELECT founded_item
 mechanical_design_geometric_presentation_representation ENTITY point_style
 mechanical_design_shaded_presentation_representation ENTITY point_style
 presentation_style_select SELECT point_style
 subtype_exclusiveness_founded_item RULE founded_item
 subtype_mandatory_founded_item RULE founded_item
 validate_dependently_instantiable_entity_data_types RULE founded_item


[Top Level Definitions] [Exit]

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