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:
Attribute | Type | Defined By |
---|
name | label (STRING) | point_style |
marker | marker_select (SELECT) | point_style |
marker_size | size_select (SELECT) | point_style |
marker_colour | colour (ENTITY) | point_style |
|
Derived Attributes
Entity point_style has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity point_style inherits from the following supertypes:
founded_item
Subtypes
No subtypesReferenced By
Entity point_style and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00