ENTITY dimensional_size
(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP224
-- IN AP203e2/AP214/AP224/AP238 STEP-NC/AP242
ENTITY dimensional_size
SUPERTYPE OF (ONEOF(angular_size, dimensional_size_with_path));
applies_to : shape_aspect;
name : label;
DERIVE
id : identifier := get_id_value(SELF);
UNIQUE
UR1 : id, applies_to;
WHERE
WR1:
applies_to.product_definitional = TRUE;
WR2:
SIZEOF(USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1;
END_ENTITY;
Explicit Attributes
Entity dimensional_size has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
applies_to | shape_aspect (ENTITY) | dimensional_size |
name | label (STRING) | dimensional_size |
|
Derived Attributes
Entity dimensional_size has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
id | identifier (STRING) | dimensional_size |
|
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity dimensional_size has the following subtypes:
angular_size*
dimensional_size_with_datum_feature*
dimensional_size_with_path*
externally_defined_dimension_definition*
* - Immediate Subtypes
Referenced By
Entity dimensional_size 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:31-04:00