ENTITY edge_round
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY edge_round
SUBTYPE OF (transition_feature);
WHERE
wr1 : (SELF.description <> 'constant radius') XOR (SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) |
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation))) = 1);
wr2 : (SELF.description <> 'constant radius') OR (SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF(
pdr.used_representation)) AND {1 <= SIZEOF(pdr.used_representation.items)
<= 3})) = 1);
wr3 : (SELF.description <> 'constant radius') 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 | NOT (i.name IN ['radius', 'first offset', 'second offset']))) > 0))
) = 0);
wr4 : (SELF.description <> 'constant radius') 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 = 'radius') AND (SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' +
'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) = 1))) = 1);
wr5 : (SELF.description <> 'constant radius') 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 = 'first offset') AND (SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' +
'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) <= 1))) = 1);
wr6 : (SELF.description <> 'constant radius') 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 = 'second offset') AND (SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' +
'LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(i)) = 2))) <= 1))) = 1);
wr7 : SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'FACE_SHAPE_REPRESENTATION' IN TYPEOF(pdr.
used_representation)) AND (pdr.used_representation.name =
'first face shape'))) = 1;
wr8 : SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'FACE_SHAPE_REPRESENTATION' IN TYPEOF(pdr.
used_representation)) AND (pdr.used_representation.name =
'second face shape'))) = 1;
wr9 : SIZEOF(QUERY(pdr <*
get_shape_aspect_property_definition_representations(SELF) | (
'AUTOMOTIVE_DESIGN.' + 'FACE_SHAPE_REPRESENTATION' IN TYPEOF(pdr.
used_representation)) AND (pdr.used_representation.name = 'edge round face'
))) = 1;
END_ENTITY; -- 10303-214: automotive_design
Explicit Attributes
Entity edge_round has the following local and inherited explicit attributes:
Derived Attributes
Entity edge_round has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity edge_round inherits from the following supertypes:
shape_aspect
transition_feature
Subtypes
No subtypesReferenced By
Entity edge_round 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