ENTITY surface_texture_representation
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY surface_texture_representation
SUBTYPE OF (representation);
WHERE
wr1 : SIZEOF(QUERY(i <* SELF.items | SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' + 'VALUE_RANGE',
'AUTOMOTIVE_DESIGN.' + 'DESCRIPTIVE_REPRESENTATION_ITEM'] * TYPEOF(i))
<> 1)) = 0;
wr2 : (SIZEOF(QUERY(i <* SELF.items | 'AUTOMOTIVE_DESIGN.' +
'DESCRIPTIVE_REPRESENTATION_ITEM' IN TYPEOF(i))) = 1) AND (SIZEOF(QUERY(i
<* SELF.items | ('AUTOMOTIVE_DESIGN.' +
'DESCRIPTIVE_REPRESENTATION_ITEM' IN TYPEOF(i)) AND (i.name =
'measuring method'))) = 1);
wr3 : SIZEOF(QUERY(i <* SELF.items | SIZEOF(['AUTOMOTIVE_DESIGN.' +
'MEASURE_REPRESENTATION_ITEM', 'AUTOMOTIVE_DESIGN.' + 'VALUE_RANGE'] *
TYPEOF(i)) = 1)) > 0;
wr4 : (SIZEOF(USEDIN(SELF,
'AUTOMOTIVE_DESIGN.REPRESENTATION_RELATIONSHIP.REP_1')) <= 1) AND (
SIZEOF(USEDIN(SELF,
'AUTOMOTIVE_DESIGN.REPRESENTATION_RELATIONSHIP.REP_2')) = 0) AND (SIZEOF
(QUERY(rr <* USEDIN(SELF,
'AUTOMOTIVE_DESIGN.REPRESENTATION_RELATIONSHIP.REP_1') | rr.rep_2.name
= 'measuring direction')) = SIZEOF(USEDIN(SELF,
'AUTOMOTIVE_DESIGN.REPRESENTATION_RELATIONSHIP.REP_1')));
wr5 : (SIZEOF(USEDIN(SELF,
'AUTOMOTIVE_DESIGN.PROPERTY_DEFINITION_REPRESENTATION.USED_REPRESENTATION'
)) = 1) AND (SIZEOF(QUERY(pdr <* USEDIN(SELF,
'AUTOMOTIVE_DESIGN.PROPERTY_DEFINITION_REPRESENTATION.USED_REPRESENTATION'
) | SIZEOF(QUERY(gpa <* USEDIN(pdr.definition,
'AUTOMOTIVE_DESIGN.GENERAL_PROPERTY_ASSOCIATION.DERIVED_DEFINITION') | (
'AUTOMOTIVE_DESIGN.' + 'GENERAL_PROPERTY' IN TYPEOF(gpa.base_definition)
) AND (gpa.base_definition.name = 'surface_texture'))) = 1)) = 1);
END_ENTITY; -- 10303-214: automotive_design
Explicit Attributes
Entity surface_texture_representation has the following local and inherited explicit attributes:
Derived Attributes
Entity surface_texture_representation has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity surface_texture_representation inherits from the following supertypes:
representation
Subtypes
No subtypesReferenced By
Entity surface_texture_representation 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