ENTITY transition_feature
(* SCHEMA integrated_cnc_schema; *)
ENTITY transition_feature
SUPERTYPE OF (ONEOF(chamfer, edge_round, fillet))
SUBTYPE OF (shape_aspect);
WHERE
WR1: SIZEOF([ 'INTEGRATED_CNC_SCHEMA.PRODUCT_DEFINITION',
'INTEGRATED_CNC_SCHEMA.COMPOUND_FEATURE' ] * TYPEOF(SELF.
of_shape.definition)) = 1;
WR2: SIZEOF([ 'INTEGRATED_CNC_SCHEMA.CHAMFER',
'INTEGRATED_CNC_SCHEMA.EDGE_ROUND',
'INTEGRATED_CNC_SCHEMA.FILLET' ] * TYPEOF(SELF)) = 1;
END_ENTITY; -- 10303-522: aic_machining_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] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:24-02:00