slaRemoveCornerModel
slaRemoveCornerModel(
t_cornerSetupName
t_cornerName
t_modelName
)
=> t / nil
Description
Removes a corner model file from the corner setup in a setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
Value Returned
Examples
Opens a setup library view in the edit mode and removes the specified corner model file.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaRemoveCornerModel("cornerSetup1" "C0" "model.scs")
=> t
Related Topics
Setup Library Assistant Functions
Return to top