// =========================================================================== // 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 "NURBS Boolean Difference Tool" m_nurbsBooleanToolScript.kDifferenceTool; displayString -replace -value "NURBS Boolean Intersection Tool" m_nurbsBooleanToolScript.kIntersectionTool; displayString -replace -value "Select additional surfaces for the second object or press ENTER to compute the boolean intersection." m_nurbsBooleanToolScript.kSeectAdditionalSecondIntersect; displayString -replace -value "Select additional surfaces for the first object or press ENTER to select the second object." m_nurbsBooleanToolScript.kSelectAdditionalFirstOrSecond; displayString -replace -value "Select additional surfaces for the second object or press ENTER to compute the boolean difference." m_nurbsBooleanToolScript.kSelectAdditionalSecondDifference; displayString -replace -value "Select additional surfaces for the second object or press ENTER to compute the boolean union." m_nurbsBooleanToolScript.kSelectAdditionalSecondUnion; displayString -replace -value "Select one or more NURBS surfaces to form the first object." m_nurbsBooleanToolScript.kSelectNURBSForFirst; displayString -replace -value "Select one or more NURBS surfaces to form the second object." m_nurbsBooleanToolScript.kSelectNURBSForSecond; displayString -replace -value "NURBS Boolean Union Tool" m_nurbsBooleanToolScript.kUnionTool;