axlGetModel
axlGetModel(x_cornerHandlet_modelName) =>x_modelFile/ 0
Description
Returns a handle to the specified model file associated with the given corner.
It is not essential for the model to be enabled for the corner.
Arguments
Value Returned
Examples
Returns the handle to the myModel.scs model file associated with corner C0.
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
cornerHandle=axlGetCorner(x_mainSDB "C0")
=> 5497
modelHandle=axlGetModel(cornerHandle "myModel.scs")
=> 5505
Related Topics
Return to top