ENTITY gating_design_feature
(* SCHEMA cast_parts_schema; *)
ENTITY gating_design_feature
SUBTYPE OF (casting_feature_definition);
WHERE
wr1: SIZEOF(QUERY ( pdr <* get_property_definition_representations(
SELF) | (
'CAST_PARTS_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN
TYPEOF(pdr.used_representation)) )) = 1;
(* ----- to Orientation (as placement) ------------- *)
wr2:SIZEOF(QUERY ( pdr <* get_property_definition_representations(SELF) |
(('CAST_PARTS_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN
TYPEOF(pdr.used_representation)) AND
(SIZEOF(QUERY (it <* pdr.used_representation.items |
(('CAST_PARTS_SCHEMA.PLACEMENT' IN TYPEOF(it)) AND
(it.name = 'orientation')))) =1 ))))=1;
END_ENTITY; -- gating_design_feature
Explicit Attributes
Entity gating_design_feature has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity gating_design_feature inherits from the following supertypes:
characterized_object
casting_feature_definition
Subtypes
Entity gating_design_feature has the following subtypes:
choke* feeder* filter* gating_system* ingate* ingate_contact* riser* riser_contact* runner* sprue* vent* well*
* - Immediate Subtypes
Referenced By
Entity gating_design_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:49-04:00