axlSetModelSection
axlSetModelSection(x_modelHandlet_sectionName) =>x_modelSection/ nil
Description
Sets the section name for the specified model.
Arguments
Value Returned
Examples
Sets the model section for a model file.
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
sdb_corner=axlGetCorner(x_mainSDB "C1")
=> 1098
modelHandle=axlPutModel(sdb_corner "fastModel")
=> 1115
axlSetModelFile(modelHandle "../gpdk045/models/spectre/gpdk045.scs")
=> 1116
axlSetModelSection(modelHandle "fs")
=> 1119
Related Topics
Return to top