ENTITY kinematic_loop

(* SCHEMA kinematic_structure_schema; *)
ENTITY kinematic_loop;
  network : kinematic_network_structure;
WHERE
 WR1 : SIZEOF(USEDIN(SELF,
   'KINEMATIC_STRUCTURE_SCHEMA.JOINT_LOGICAL_RELATIONSHIP.LOOP')) > 0;
 WR2 : SIZEOF (QUERY( relation_1 <* USEDIN(SELF,
    'KINEMATIC_STRUCTURE_SCHEMA.JOINT_LOGICAL_RELATIONSHIP.LOOP') |
         SIZEOF (QUERY (relation_2 <*  (USEDIN(SELF, 
         'KINEMATIC_STRUCTURE_SCHEMA.JOINT_LOGICAL_RELATIONSHIP.LOOP')
              - relation_1) |
              NOT(connected_in_simple_loop (relation_1, relation_2))
         )) > 0 
       )) = 0;
END_ENTITY;

Explicit Attributes

Entity kinematic_loop has the following local and inherited explicit attributes:
AttributeTypeDefined By
 networkkinematic_network_structure (ENTITY)kinematic_loop

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity kinematic_loop and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 joint_logical_relationship ENTITY kinematic_loop


[Top Level Definitions] [Exit]

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