// =========================================================================== // 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 "Normalize Normal" m_performPolySetNormal.kNormalizeNormal; displayString -replace -value "Set Normal" m_performPolySetNormal.kSetNormal; displayString -replace -value "Set Vertex Normal Options" m_performPolySetNormal.kSetVertexNormalOptions; displayString -replace -value "Settings" m_performPolySetNormal.kSettingsFrame; displayString -replace -value "X value:" m_performPolySetNormal.kXValue; displayString -replace -value "Y value:" m_performPolySetNormal.kYValue; displayString -replace -value "Z value:" m_performPolySetNormal.kZValue;