// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Insert: failed on the input curves." m_insertKnotPreset.kInsertFailedOnCurves; displayString -replace -value "Insert failed on the selected items. You must select curve points or surface isoparms." m_insertKnotPreset.kInsertFailedOnSelection; displayString -replace -value "Insert: failed on the input surfaces." m_insertKnotPreset.kInsertFailedOnSurfaces; displayString -replace -value "Insert: No valid selection. Select curve point(s) or surface isoparm(s)." m_insertKnotPreset.kInsertInvalidSelection; displayString -replace -value "Insert isoparms ignored trim information of ^1s surface(s)" m_insertKnotPreset.kWarningIgnoredTrimInfo; displayString -replace -value " Problem evaluating insert knot command: ^1s^2s\n" m_insertKnotPreset.kWarningProblemEvalInsertKnot;