// =========================================================================== // 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 "Edges either side:" m_performSelContiguousEdges.kEdgesEitherSide; displayString -replace -value "Limit number of edges selected" m_performSelContiguousEdges.kLimitNumberEdgesSelected; displayString -replace -value "Maximum 2D angle:" m_performSelContiguousEdges.kMax2D; displayString -replace -value "Maximum 3D angle:" m_performSelContiguousEdges.kMax3D; displayString -replace -value "Select" m_performSelContiguousEdges.kSelectButton; displayString -replace -value "Select Contiguous Edges Options" m_performSelContiguousEdges.kSelectContiguousEdgesOptions; displayString -replace -value "Stopping Conditions" m_performSelContiguousEdges.kStoppingConditionsFrame;