// =========================================================================== // 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 "Press ENTER to compute offset in 2D." m_offsetCosToolScript.kComputeOffset; displayString -replace -value "Offset Curve on Surface Tool" m_offsetCosToolScript.kOffsetCurveSurfaceTool; displayString -replace -value "Select additional NURBS curves on surface, surface isoparms or trim edges press ENTER to compute offset in 2D." m_offsetCosToolScript.kSelectAdditionalCurves; displayString -replace -value "Select a NURBS curves on surface, surface isoparms or trim edges to offset in 2D." m_offsetCosToolScript.kSelectCurves;