// =========================================================================== // 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 "Discrete move:" m_showManipProperties.kDiscreteMove; displayString -replace -value "Discrete rotate:" m_showManipProperties.kDiscreteRotate; displayString -replace -value "Discrete scale:" m_showManipProperties.kDiscreteScale; displayString -replace -value "Move Settings" m_showManipProperties.kMoveSettings; displayString -replace -value "Relative:" m_showManipProperties.kRelative; displayString -replace -value "Rotate Settings" m_showManipProperties.kRotateSettings; displayString -replace -value "Scale Settings" m_showManipProperties.kScaleSettings; displayString -replace -value "Step size:" m_showManipProperties.kStepSize;