// =========================================================================== // 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 "Auto completion" m_performDuplicateSurface.kAuto; displayString -replace -value "Duplicate" m_performDuplicateSurface.kDuplicate; displayString -replace -value "Duplicate Tool" m_performDuplicateSurface.kDuplicateTool; displayString -replace -value "Exit on completion" m_performDuplicateSurface.kExit; displayString -replace -value "Group with original" m_performDuplicateSurface.kGroup; displayString -replace -value "Duplicate NURBS Patches Options" m_performDuplicateSurface.kNURBSPatches; displayString -replace -value "Duplicate NURBS Patches Tool Options" m_performDuplicateSurface.kNURBSPatchesTool; displayString -replace -value "Tool behavior:" m_performDuplicateSurface.kToolBehavior;