// =========================================================================== // 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 "Chord length" m_curveProperties.kChordLength; displayString -replace -value "Curve degree:" m_curveProperties.kCurveDegree; displayString -replace -value "Curve Settings" m_curveProperties.kCurveSettings; displayString -replace -value "Divisions" m_curveProperties.kDivisions; displayString -replace -value "Keep faces together" m_curveProperties.kKeepFacesTogether; displayString -replace -value "Knot spacing:" m_curveProperties.kKnotSpacing; displayString -replace -value "Multiple end knots" m_curveProperties.kMultipleEndKnots; displayString -replace -value "1 Linear" m_curveProperties.kOption1Linear; displayString -replace -value "2" m_curveProperties.kOption2; displayString -replace -value "3" m_curveProperties.kOption3; displayString -replace -value "3 Bezier" m_curveProperties.kOption3Bezier; displayString -replace -value "3 Cubic" m_curveProperties.kOption3Cubic; displayString -replace -value "5" m_curveProperties.kOption5; displayString -replace -value "7" m_curveProperties.kOption7; displayString -replace -value "Uniform" m_curveProperties.kUniform;