ENTITY master_pattern
(* SCHEMA cast_parts_schema; *)
ENTITY master_pattern
SUBTYPE OF (sand_casting_tooling);
WHERE
wr1: SIZEOF(QUERY ( pdr <* get_property_definition_representations(SELF) |
('CAST_PARTS_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN
TYPEOF(pdr.used_representation)) )) = 1;
(* ---------- shrink factor for master pattern ------------- *)
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.DESCRIPTIVE_REPRESENTATION_ITEM'
IN TYPEOF(it)) AND (it.name = 'shrink factor for master pattern')
))) =1 ))))=1;
(* ** to machining_allowance (as master_allowance_on_master_pattern) * *)
wr3: (SIZEOF(QUERY (co <* USEDIN(SELF,
'CAST_PARTS_SCHEMA.PROPERTY_DEFINITION.DEFINITION') |
'CAST_PARTS_SCHEMA.MACHINE_ALLOWANCE' IN TYPEOF (co)))=1);
END_ENTITY; -- master_pattern
Explicit Attributes
Entity master_pattern has the following local and inherited explicit attributes:
Derived Attributes
Entity master_pattern has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity master_pattern inherits from the following supertypes:
product_definition
casting_product_definition
sand_casting_tooling
Subtypes
No subtypesReferenced By
Entity master_pattern 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