// =========================================================================== // 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 "Active view" m_createNurbsSquareProperties.kActiveView; displayString -replace -value "After Creation Settings" m_createNurbsSquareProperties.kAdjustmentAfterCreateSettings; displayString -replace -value "Axis:" m_createNurbsSquareProperties.kAxis; displayString -replace -value "Axis definition:" m_createNurbsSquareProperties.kAxisDefinition; displayString -replace -value "X" m_createNurbsSquareProperties.kAxisX; displayString -replace -value "Y" m_createNurbsSquareProperties.kAxisY; displayString -replace -value "Z" m_createNurbsSquareProperties.kAxisZ; displayString -replace -value "Drag or single-click on the grid." m_createNurbsSquareProperties.kCreateNurbsSquareToolDescApp; displayString -replace -value "Create Settings" m_createNurbsSquareProperties.kCreateSettingsFrame; displayString -replace -value "3 Cubic" m_createNurbsSquareProperties.kCubic; displayString -replace -value "Description" m_createNurbsSquareProperties.kDescriptionFrame; displayString -replace -value "Adjust spans per side" m_createNurbsSquareProperties.kDoDragEditLine; displayString -replace -value "Free" m_createNurbsSquareProperties.kFree; displayString -replace -value "Length of side 1:" m_createNurbsSquareProperties.kLen1; displayString -replace -value "Length of side 2:" m_createNurbsSquareProperties.kLen2; displayString -replace -value "1 Linear" m_createNurbsSquareProperties.kLinear; displayString -replace -value "Single-click Settings" m_createNurbsSquareProperties.kSettingsFrame; displayString -replace -value "Spans per side:" m_createNurbsSquareProperties.kSpans; displayString -replace -value "Surface degree:" m_createNurbsSquareProperties.kSurfaceDegree;