// =========================================================================== // 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 "Color" m_AEdrawInfo.kColorType; displayString -replace -value "Display Type" m_AEdrawInfo.kDisplayType; displayString -replace -value "Enable Overrides" m_AEdrawInfo.kEnableOverrides; displayString -replace -value "Index" m_AEdrawInfo.kIndexed; displayString -replace -value "Level of Detail" m_AEdrawInfo.kLevelofDetail; displayString -replace -value "Playback" m_AEdrawInfo.kPlayback; displayString -replace -value "RGB" m_AEdrawInfo.kRGB; displayString -replace -value "Shading" m_AEdrawInfo.kShading; displayString -replace -value "Texturing" m_AEdrawInfo.kTexturing; displayString -replace -value "Visible" m_AEdrawInfo.kVisible;