// =========================================================================== // 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 "Delete Faces" m_polyCutOptionsPopup.kDeleteLabel; displayString -replace -value "Extract Faces" m_polyCutOptionsPopup.kExtractLabel; displayString -replace -value "Simple Cut" m_polyCutOptionsPopup.kSimpleLabel; displayString -replace -value "XY Plane" m_polyCutOptionsPopup.kXYLabel; displayString -replace -value "YZ Plane" m_polyCutOptionsPopup.kYZLabel; displayString -replace -value "ZX Plane" m_polyCutOptionsPopup.kZXLabel;