ENTITY kinematic_link

(* SCHEMA kinematic_structure_schema; *)
ENTITY kinematic_link;
WHERE
  WR1: SIZEOF (USEDIN (SELF,
                 'KINEMATIC_STRUCTURE_SCHEMA.KINEMATIC_JOINT.FIRST_LINK') +
               USEDIN (SELF,
                 'KINEMATIC_STRUCTURE_SCHEMA.KINEMATIC_JOINT.SECOND_LINK')) > 0;
  WR2: unique_link_usage (SELF);
END_ENTITY;

Explicit Attributes

    No explicit attributes

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity kinematic_link and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 assign_directed_link FUNCTION kinematic_link
 coordinated_pair_link_representation FUNCTION kinematic_link
 kinematic_joint ENTITY kinematic_link
 kinematic_link_representation_relation ENTITY kinematic_link
 mechanism ENTITY kinematic_link
 oriented_joint ENTITY kinematic_link
 representation_of_link FUNCTION kinematic_link
 suitably_based_mechanism FUNCTION kinematic_link
 unique_link_usage FUNCTION kinematic_link


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00