(* SCHEMA step_merged_cad_schema; *)
-- IN AP203e2/AP242
ENTITY explicit_procedural_representation_item_relationship
SUBTYPE OF (representation_item_relationship);
SELF\representation_item_relationship.relating_representation_item : procedural_representation_sequence;
WHERE
wr1:
NOT ('STEP_MERGED_CAD_SCHEMA.PROCEDURAL_REPRESENTATION_SEQUENCE' IN TYPEOF(SELF\representation_item_relationship.related_representation_item));
wr2:
SIZEOF(QUERY (q <* using_representations(SELF\representation_item_relationship.related_representation_item)| item_in_context(SELF\representation_item_relationship.relating_representation_item, q.context_of_items))) > 0;
END_ENTITY;
|
Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:02-05:00