ENTITY mechanism

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
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; -- 10303-105: kinematic_structure_schema

Explicit Attributes

Entity mechanism has the following local and inherited explicit attributes:
AttributeTypeDefined By
 structure_definitionkinematic_structure (ENTITY)mechanism
 basekinematic_link (ENTITY)mechanism
 containing_propertykinematic_property_definition (ENTITY)mechanism

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity mechanism and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 initial_state ENTITY mechanism
 kinematic_analysis_result ENTITY mechanism
 kinematic_control ENTITY mechanism
 mechanism_base_placement ENTITY mechanism
 suitably_based_mechanism FUNCTION mechanism
 unique_link_usage FUNCTION mechanism


[Top Level Definitions] [Exit]

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