// =========================================================================== // 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 "Selected state:" m_trimProperties.kCSelectedState; displayString -replace -value "Discard" m_trimProperties.kDiscard; displayString -replace -value "Fitting tolerance:" m_trimProperties.kFittingTolerance; displayString -replace -value "Keep" m_trimProperties.kKeep; displayString -replace -value "Shrink surface" m_trimProperties.kShrinkSurface; displayString -replace -value "Trim Settings" m_trimProperties.kTrimSettings;