axlSetAllCornersEnabled
axlSetAllCornersEnabled(x_mainSDBg_enable) => t / nil
Description
Enables or disables all the corners for simulation. This changes the selection status of the Corners check box in the Run Summary assistant.
Arguments
Value Returned
Examples
The following example disables all the corners in the current session.
session = axlGetWindowSession()
=> "session0"
x_mainSDB = axlGetMainSetupDB(session)
=> 1001
axlSetAllCornersEnabled(x_mainSDB nil)
=> t
Return to top