(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY replicate_feature
SUBTYPE OF (feature_definition);
WHERE
wr1 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) |
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation))) = 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 | (i.name = 'orientation') AND ('AUTOMOTIVE_DESIGN.' + 'PLACEMENT'
IN TYPEOF(i)))) = 1))) = 1;
wr3 : SIZEOF(QUERY(sa <* get_shape_aspects(SELF) | SIZEOF(QUERY(sar <* USEDIN
(sa, 'AUTOMOTIVE_DESIGN.SHAPE_ASPECT_RELATIONSHIP.RELATING_SHAPE_ASPECT'
) | ('AUTOMOTIVE_DESIGN.' + 'FEATURE_COMPONENT_RELATIONSHIP' IN TYPEOF(
sar)) AND (sar.name = 'pattern basis') AND ('AUTOMOTIVE_DESIGN.' +
'FEATURE_DEFINITION' IN TYPEOF(sar.related_shape_aspect.of_shape.definition
)))) = 1)) = 1;
END_ENTITY; -- 10303-214: automotive_design
|
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00