// =========================================================================== // 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 "Degrees of Freedom" m_jointTemplateUtils.kDegreesofFreedom; displayString -replace -value "Max Damp Range" m_jointTemplateUtils.kMaxDampRange; displayString -replace -value "Max Damp Range" m_jointTemplateUtils.kMaxDampRange2; displayString -replace -value "Max Damp Strength" m_jointTemplateUtils.kMaxDampStrength; displayString -replace -value "Max Damp Strength" m_jointTemplateUtils.kMaxDampStrength2; displayString -replace -value "Min Damp Range" m_jointTemplateUtils.kMinDampRange; displayString -replace -value "Min Damp Range" m_jointTemplateUtils.kMinDampRange2; displayString -replace -value "Min Damp Strength" m_jointTemplateUtils.kMinDampStrength; displayString -replace -value "Min Damp Strength" m_jointTemplateUtils.kMinDampStrength2; displayString -replace -value "X" m_jointTemplateUtils.kX; displayString -replace -value "Y" m_jointTemplateUtils.kY; displayString -replace -value "Z" m_jointTemplateUtils.kZ;