(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY rectangular_pattern
SUBTYPE OF (replicate_feature);
WHERE
wr1 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'DIRECTION_SHAPE_REPRESENTATION' IN TYPEOF(pdr.
used_representation)) AND (pdr.used_representation.name =
'row layout direction'))) = 1;
wr2 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'DIRECTION_SHAPE_REPRESENTATION' IN TYPEOF(pdr.
used_representation)) AND (pdr.used_representation.name =
'column layout direction'))) = 1;
wr3 : SIZEOF(QUERY(pdr <* get_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation)) AND (SIZEOF(pdr.used_representation.items) = 5)))
= 1;
wr4 : 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 = 'number of rows') AND ('AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM' IN TYPEOF(i)) AND ('AUTOMOTIVE_DESIGN.' +
'COUNT_MEASURE' IN TYPEOF(i\measure_with_unit.value_component)))) = 1))) =
1;
wr5 : 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 = 'number of columnws') AND ('AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM' IN TYPEOF(i)) AND ('AUTOMOTIVE_DESIGN.' +
'COUNT_MEASURE' IN TYPEOF(i\measure_with_unit.value_component)))) = 1))) =
1;
wr6 : 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 = 'row spacing') AND (SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' +
'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) = 1))) = 1;
wr7 : 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 = 'column spacing') AND (SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' +
'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) = 1))) = 1;
END_ENTITY; -- 10303-214: automotive_design
|
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00