Multiple Abutments in Modgen Constraints
Each Modgen constraint can be associated with multiple abutment scenarios. The Abutment parameter can take multiple values (0, 1, 2, 3, and so on), where each value is assigned to a different abutment scenario. The default value 0 means no abutment.
Use the following SKILL functions to register, retrieve, and unregister abutment scenarios:
-
mgRegUserProc: Registers abutment scenarios in the Modgen code to enable callbacks. -
mgGetRegUserProc: Displays information about registered abutment scenarios. -
mgUnRegUserProc: Unregisters the specified abutment scenarios.
Related Topics
Removing Abutment from Devices
Return to top