// =========================================================================== // 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 "Attach Surfaces Tool" m_attachSrfToolScript.kAttachSurfacesTool; displayString -replace -value "Press ENTER to attach surfaces." m_attachSrfToolScript.kPressEnterToComplete; displayString -replace -value "Select the second surface or isoparm to attach." m_attachSrfToolScript.kSelectSecondSurface; displayString -replace -value "Select two surfaces or isoparms to be attached" m_attachSrfToolScript.kSelectTwoSurfaces;