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