// =========================================================================== // 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 "Constrain:" m_performModifyConstraintAxes.kConstrain; displayString -replace -value "Maintain offset:" m_performModifyConstraintAxes.kMaintainOffset; displayString -replace -value "Preserve the current offset of the constrained objects" m_performModifyConstraintAxes.kMaintainOffsetAnnot; displayString -replace -value "Modify" m_performModifyConstraintAxes.kModifyButton; displayString -replace -value "Modify Constrained Axis Options" m_performModifyConstraintAxes.kModifyConstrainedAxisOptions; displayString -replace -value "X" m_performModifyConstraintAxes.kX; displayString -replace -value "Enable to make the constraint act upon the X axis" m_performModifyConstraintAxes.kXConstraintAnnot; displayString -replace -value "Y" m_performModifyConstraintAxes.kY; displayString -replace -value "Enable to make the constraint act upon the Y axis" m_performModifyConstraintAxes.kYConstraintAnnot; displayString -replace -value "Z" m_performModifyConstraintAxes.kZ; displayString -replace -value "Enable to make the constraint act upon the Z axis" m_performModifyConstraintAxes.kZConstraintAnnot;