// =========================================================================== // 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 "Default trim curves:" m_iges_import_options.kDefaultTrimCurves; displayString -replace -value "Defaults" m_iges_import_options.kDefaults; displayString -replace -value "IGES Options" m_iges_import_options.kIGESOptions; displayString -replace -value "IGES trim flag" m_iges_import_options.kIGESTrimFlag; displayString -replace -value "Level mapping:" m_iges_import_options.kLevelMapping; displayString -replace -value "Parameter space" m_iges_import_options.kParameterSpace; displayString -replace -value "Scale factor:" m_iges_import_options.kScaleFactor; displayString -replace -value "World space" m_iges_import_options.kWorldSpace;