ENTITY mechanism
(* SCHEMA kinematic_structure_schema; *)
ENTITY mechanism;
structure_definition : kinematic_structure;
base : kinematic_link;
containing_property : kinematic_property_definition;
WHERE
WR1: SIZEOF (QUERY (joint <* structure_definition.joints |
(base :=: joint.first_link) OR
(base :=: joint.second_link) )) > 0;
END_ENTITY;
Explicit Attributes
Entity mechanism has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity mechanism and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00