(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY feature_pattern
SUBTYPE OF (replicate_feature);
WHERE
wr1 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
items | (i.name = 'added instance placement') AND ('AUTOMOTIVE_DESIGN.'
+ 'PLACEMENT' IN TYPEOF(i)))) > 1))) = 1;
wr2 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation)) AND (SIZEOF(QUERY(i <* pdr.used_representation.
items | NOT ('AUTOMOTIVE_DESIGN.' + 'PLACEMENT' IN TYPEOF(i)))) > 0)))
= 0;
END_ENTITY; -- 10303-214: automotive_design
|
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:11-04:00