// =========================================================================== // 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 "Construction Plane Options" m_performCreateConstructionPlane.kConstructionPlaneOptions; displayString -replace -value "Pole axis:" m_performCreateConstructionPlane.kPoleAxis; displayString -replace -value "Size:" m_performCreateConstructionPlane.kSize; displayString -replace -value "XZ" m_performCreateConstructionPlane.kXZ; displayString -replace -value "YX" m_performCreateConstructionPlane.kYX; displayString -replace -value "YZ" m_performCreateConstructionPlane.kYZ;