// =========================================================================== // 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 "Cone" m_performSubdPrimitive.kCone; displayString -replace -value "Create" m_performSubdPrimitive.kCreate; displayString -replace -value "Cube" m_performSubdPrimitive.kCube; displayString -replace -value "Cylinder" m_performSubdPrimitive.kCylinder; displayString -replace -value "NURBS" m_performSubdPrimitive.kNurbs; displayString -replace -value " Command: subdPrimitive - create a subd primitive with history.\n" m_performSubdPrimitive.kNurbsSquareHelp; displayString -replace -value "Plane" m_performSubdPrimitive.kPlane; displayString -replace -value "Polygon" m_performSubdPrimitive.kPolygon; displayString -replace -value "Primitive: " m_performSubdPrimitive.kPrimitive; displayString -replace -value "Primitive Style: " m_performSubdPrimitive.kPrimitiveStyle; displayString -replace -value "Sphere" m_performSubdPrimitive.kSphere; displayString -replace -value "Subdiv Primitive with History Options" m_performSubdPrimitive.kSubdivPrimitiveWithHistoryOptions; displayString -replace -value "Torus" m_performSubdPrimitive.kTorus;