ENTITY placed_datum_target_feature
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY placed_datum_target_feature
SUBTYPE OF (datum_target);
WHERE
wr1 : SELF.description IN ['point', 'line', 'rectangle', 'circle'];
wr2 : SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) |
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation))) = 1;
wr3 : SIZEOF(QUERY(pdr <*
get_shape_aspect_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;
wr4 : (SELF.description <> 'point') OR (SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation)) AND (SIZEOF(pdr.used_representation.items) = 1)))
= 1);
wr5 : (SELF.description <> 'circle') OR (SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation)) AND (SIZEOF(pdr.used_representation.items) = 2)))
= 1);
wr6 : (SELF.description <> 'rectangle') OR (SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation)) AND (SIZEOF(pdr.used_representation.items) = 3)))
= 1);
wr7 : (SELF.description <> 'circle') OR (SIZEOF(QUERY(pdr <*
get_shape_aspect_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 = 'target diameter') AND (SIZEOF(['AUTOMOTIVE_DESIGN.'
+ 'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' +
'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) = 1))) = 1);
wr8 : (SELF.description <> 'line') OR (SIZEOF(QUERY(pdr <*
get_shape_aspect_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 = 'target length') AND (SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' +
'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) = 1))) = 1);
wr9 : (SELF.description <> 'rectangle') OR (SIZEOF(QUERY(pdr <*
get_shape_aspect_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 = 'target length') AND (SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' +
'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) = 1))) = 1);
wr10 : (SELF.description <> 'rectangle') OR (SIZEOF(QUERY(pdr <*
get_shape_aspect_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 = 'target width') AND (SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' +
'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) = 1))) = 1);
END_ENTITY; -- 10303-214: automotive_design
Explicit Attributes
Entity placed_datum_target_feature has the following local and inherited explicit attributes:
Derived Attributes
Entity placed_datum_target_feature has the following local and inherited derived attributes:
Inverse Attributes
Entity placed_datum_target_feature has the following local and inherited inverse attributes:
Supertypes
Entity placed_datum_target_feature inherits from the following supertypes:
shape_aspect
datum_target
Subtypes
No subtypesReferenced By
Entity placed_datum_target_feature and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:11-04:00