// =========================================================================== // 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 "Override" m_roundCRProperties.kOverride; displayString -replace -value "Positional:" m_roundCRProperties.kPositional; displayString -replace -value "Radius:" m_roundCRProperties.kRadius; displayString -replace -value "Round Settings" m_roundCRProperties.kRoundSettings; displayString -replace -value "Tolerance value:" m_roundCRProperties.kToleranceValue; displayString -replace -value "Use preferences" m_roundCRProperties.kUsePreferences;