axlSetNominalCornerEnabled
axlSetNominalCornerEnabled(x_mainSDBg_enable) => t / nil
Description
Enables or disables the nominal corner in the specified setup database.
Arguments
|
Specifies if the nominal corner is to be enabled or disabled. Set the value as 1 to enable the nominal corner, otherwise set it as |
Value Returned
Examples
The following example enables the nominal corner in the current session.
session = axlGetWindowSession()
=> "session0"
x_mainSDB = axlGetMainSetupDB(session)
=> 1001
axlSetNominalCornerEnabled(x_mainSDB 1)
=>t
Return to top