// =========================================================================== // 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 "Boundary Tool" m_boundaryToolScript.kBoundaryTool; displayString -replace -value "Select 3 or 4 curves, isoparms or trim edges forming a closed region; press ENTER to compute boundary surface." m_boundaryToolScript.kComputeBoundary; displayString -replace -value "Select 4 curves, isoparms or trim edges forming a closed region; press ENTER to compute boundary surface." m_boundaryToolScript.kFourCurvesComputeBoundary; displayString -replace -value "Select 3 or 4 curve(s), isoparm(s) or trim edges forming a closed region." m_boundaryToolScript.kSelectCurves; displayString -replace -value "Select 4 curve(s), isoparm(s) or trim edges forming a closed region." m_boundaryToolScript.kSelectFourCurves; displayString -replace -value "Select 3 curve(s), isoparm(s) or trim edges forming a closed region." m_boundaryToolScript.kSelectThreeCurves; displayString -replace -value "Select 3 curves, isoparms or trim edges forming a closed region; press ENTER to compute boundary surface." m_boundaryToolScript.kThreeCurvesComputeBoundary;