// =========================================================================== // 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 "Angle threshold:" m_performPolyQuadrangulate.kAngleThreshold; displayString -replace -value "Keep face group border" m_performPolyQuadrangulate.kKeepFaceGroup; displayString -replace -value "Keep hard edges" m_performPolyQuadrangulate.kKeepHardEdges; displayString -replace -value "Keep texture border" m_performPolyQuadrangulate.kKeepTextureBorder; displayString -replace -value "Quadrangulate" m_performPolyQuadrangulate.kQuadButton; displayString -replace -value "Quadrangulate Face Options" m_performPolyQuadrangulate.kQuadOptions; displayString -replace -value "Settings" m_performPolyQuadrangulate.kSettingsFrame; displayString -replace -value "World space coordinates" m_performPolyQuadrangulate.kWorldSpaceCoord;