Overview Schemas Index

Assembly_technology_arm         


ENTITY Component_mating_constraint_condition;
          name : STRING;
          constraining_joint : SET [1:3] OF Assembly_joint;
          constrained_degree_of_freedom : SET [1:6] OF degree_of_freedom;
          of_context : Part_design_view;
UNIQUE
          UR1 : name, of_context;
END_ENTITY; -- Component_mating_constraint_condition

Entity data types and their attributes

Component_mating_constraint_condition
          name: STRING;
          constraining_joint: SET [1:3] OF Assembly_joint;
          constrained_degree_of_freedom: SET [1:6] OF degree_of_freedom;
          of_context: Part_design_view;

Users: by entity attributes

Component_mating_constraint_condition

Users: by defined types, not used by any entity attribute

Component_mating_constraint_condition
          -

Global rules for this entity data type

          -