ENTITY core_master
(* SCHEMA cast_parts_schema; *)
ENTITY core_master
SUBTYPE OF (core_box_tooling);
WHERE
wr1: SIZEOF(QUERY ( pdr <* get_property_definition_representations(
SELF) | (
'CAST_PARTS_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN
TYPEOF(pdr.used_representation)) )) = 1;
(* ---------core box master_shrink_factor----- *)
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 |
((SIZEOF(['CAST_PARTS_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'CAST_PARTS_SCHEMA.LENGTH_MEASURE_WITH_UNIT']
* TYPEOF(it)) = 2) AND
(it.name = 'core box master shrink factor')) )) =1 ))))=1;
END_ENTITY; -- core_master
Explicit Attributes
Entity core_master has the following local and inherited explicit attributes:
Derived Attributes
Entity core_master has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity core_master inherits from the following supertypes:
product_definition
casting_product_definition
core_box_tooling
Subtypes
No subtypesReferenced By
Entity core_master 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:48-04:00