// =========================================================================== // 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 "Birail 1 Tool" m_birailToolScript.kBirailTool1; displayString -replace -value "Birail 2 Tool" m_birailToolScript.kBirailTool2; displayString -replace -value "Birail 3+ Tool" m_birailToolScript.kBirailTool3; displayString -replace -value "Profile and rail curves selected. Press ENTER to compute birail." m_birailToolScript.kComputeBirail; displayString -replace -value "Profile and rail curves selected. Press ENTER to compute birail." m_birailToolScript.kComputeBirailTool2; displayString -replace -value "Profile and rail curves selected. Press ENTER to compute birail." m_birailToolScript.kComputeBirailTool3; displayString -replace -value "Select additional profiles or press ENTER to start rail curves selection." m_birailToolScript.kSelectAdditionalProfiles; displayString -replace -value "Select any number of profile curves." m_birailToolScript.kSelectManyProfileCurves; displayString -replace -value "Select the profile curve." m_birailToolScript.kSelectProfileCurve; displayString -replace -value "Profile curve selected. Select two rails curves." m_birailToolScript.kSelectRailCurves; displayString -replace -value "Select the second profile curve." m_birailToolScript.kSelectSecondProfileCurve; displayString -replace -value "Select the second rail curve." m_birailToolScript.kSelectSecondRailCurve; displayString -replace -value "Select the second rail curve." m_birailToolScript.kSelectSecondRailCurveTool2; displayString -replace -value "Select the second rail curve." m_birailToolScript.kSelectSecondRailCurveTool3; displayString -replace -value "Select two profile curves." m_birailToolScript.kSelectTwoProfileCurves; displayString -replace -value "Select two rail curves." m_birailToolScript.kSelectTwoRailCurves; displayString -replace -value "Select two rail curves." m_birailToolScript.kSelectTwoRailCurvesTool3; displayString -replace -value "Profile curve selected. Press ENTER to start rail selection." m_birailToolScript.kStartRailSelection; displayString -replace -value "Two profile curves selected. Press ENTER to start rail selection." m_birailToolScript.kStartRailSelectionTool2;