(* SCHEMA assembly_feature_relationship_schema; *)
ENTITY free_kinematic_motion_representation
SUBTYPE OF (representation_relationship_with_transformation);
SELF\representation_relationship.rep_1:
representative_shape_representation;
SELF\representation_relationship.rep_2:
representative_shape_representation;
motion : kinematic_path;
WHERE
WR1: 'ITEM_DEFINED_TRANSFORMATION' IN TYPEOF
(SELF\representation_relationship_with_transformation.
transformation_operator);
WR2: ('GEOMETRY_SCHEMA.GEOMETRIC_REPRESENTATION_ITEM' IN TYPEOF
(SELF\representation_relationship_with_transformation.
transformation_operator\item_defined_transformation.transform_item_1)) AND
('GEOMETRY_SCHEMA.GEOMETRIC_REPRESENTATION_ITEM' IN TYPEOF
(SELF\representation_relationship_with_transformation.
transformation_operator\item_defined_transformation.transform_item_2));
WR3: ((dimension_of
(SELF\representation_relationship_with_transformation.
transformation_operator\item_defined_transformation.
transform_item_1\geometric_representation_item) = 3 ) AND
(dimension_of
(SELF\representation_relationship_with_transformation.
transformation_operator\item_defined_transformation.
transform_item_2\geometric_representation_item) = 3 ));
WR4:(SELF\representation_relationship.rep_1 IN
(using_representations
(SELF\representation_relationship_with_transformation.
transformation_operator\item_defined_transformation.transform_item_1) +
using_representation_with_mapping
(SELF\representation_relationship_with_transformation.
transformation_operator\item_defined_transformation.transform_item_1))) AND
(SELF\representation_relationship.rep_2 IN
(using_representations
(SELF\representation_relationship_with_transformation.
transformation_operator\item_defined_transformation.transform_item_2) +
using_representation_with_mapping
(SELF\representation_relationship_with_transformation.
transformation_operator\item_defined_transformation.transform_item_2)));
END_ENTITY; -- free_kinematic_motion_representation
|
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00