ENTITY rounded_u_profile
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY rounded_u_profile
SUBTYPE OF (shape_aspect);
WHERE
wr1 : 'AUTOMOTIVE_DESIGN.' + 'FEATURE_COMPONENT_DEFINITION' IN TYPEOF(SELF
.of_shape.definition);
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(pdr.used_representation.items) = 2)))
= 1;
wr4 : 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 | NOT (i.name IN ['width', 'orientation']))) > 0))) = 0;
wr5 : 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 | ('AUTOMOTIVE_DESIGN.' + 'PLACEMENT' IN TYPEOF(i)) AND (i.name =
'orientation'))) = 1))) = 1;
wr6 : 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 | (SIZEOF(['AUTOMOTIVE_DESIGN.' + 'MEASURE_REPRESENTATION_ITEM',
'AUTOMOTIVE_DESIGN.' + 'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2) AND
(i.name = 'width'))) = 1))) = 1;
wr7 : (SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) |
'AUTOMOTIVE_DESIGN.' + 'PLANAR_SHAPE_REPRESENTATION' IN TYPEOF(pdr.
used_representation))) <= 1) AND (SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'PLANAR_SHAPE_REPRESENTATION' IN TYPEOF(pdr.
used_representation)) AND (pdr.used_representation.name = 'profile limit'))
) <= 1);
END_ENTITY; -- 10303-214: automotive_design
Explicit Attributes
Entity rounded_u_profile has the following local and inherited explicit attributes:
Derived Attributes
Entity rounded_u_profile has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity rounded_u_profile inherits from the following supertypes:
shape_aspect
Subtypes
No subtypesReferenced By
Entity rounded_u_profile 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:12-04:00