|
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 attributesComponent_mating_constraint_conditionname: 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 attributesComponent_mating_constraint_conditionUsers: by defined types, not used by any entity attributeComponent_mating_constraint_condition- |
Global rules for this entity data type- |