// =========================================================================== // 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 "Direction:" m_performPolyDistributeShells.kDistributeShellsDirection; displayString -replace -value "Distribute Shells Options" m_performPolyDistributeShells.kDistributeShellsOptions; displayString -replace -value "Shell Padding:" m_performPolyDistributeShells.kDistributionDistance; displayString -replace -value "Down" m_performPolyDistributeShells.kDown; displayString -replace -value "Left" m_performPolyDistributeShells.kLeft; displayString -replace -value "Right" m_performPolyDistributeShells.kRight; displayString -replace -value "Settings" m_performPolyDistributeShells.kSettingsFrame; displayString -replace -value "Towards Target" m_performPolyDistributeShells.kTowardsTarget; displayString -replace -value "Up" m_performPolyDistributeShells.kUp;