ENTITY transition_feature
(* SCHEMA dimensional_inspection_schema; *)
ENTITY transition_feature
SUPERTYPE OF (ONEOF (chamfer,edge_round,fillet))
SUBTYPE OF (shape_aspect);
WHERE
wr1: SIZEOF(['DIMENSIONAL_INSPECTION_SCHEMA.PRODUCT_DEFINITION',
'DIMENSIONAL_INSPECTION_SCHEMA.COMPOUND_FEATURE'] * TYPEOF(
SELF.of_shape.definition)) = 1;
wr2: SIZEOF(['DIMENSIONAL_INSPECTION_SCHEMA.CHAMFER',
'DIMENSIONAL_INSPECTION_SCHEMA.EDGE_ROUND',
'DIMENSIONAL_INSPECTION_SCHEMA.FILLET'] * TYPEOF(SELF)) = 1;
END_ENTITY; -- transition_feature
Explicit Attributes
Entity transition_feature has the following local and inherited explicit attributes:
Derived Attributes
Entity transition_feature has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity transition_feature inherits from the following supertypes:
shape_aspect
Subtypes
Entity transition_feature has the following subtypes:
chamfer*
edge_round*
fillet*
* - Immediate Subtypes
Referenced By
Entity transition_feature and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:17-04:00