// =========================================================================== // 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 " max: ^1s ^2s ^3s\n" m_nurbsCurveInformation.kBoundingBoxMax; displayString -replace -value "Bounding box min: ^1s ^2s ^3s\n" m_nurbsCurveInformation.kBoundingBoxMin; displayString -replace -value "CVs in world space:\n" m_nurbsCurveInformation.kCVsInWorldSpace; displayString -replace -value "Curve: ^1s\n" m_nurbsCurveInformation.kCurve; displayString -replace -value "Dimension of curve: ^1s\n" m_nurbsCurveInformation.kCurveDimension; displayString -replace -value "Degree: ^1s\n" m_nurbsCurveInformation.kDegree; displayString -replace -value "Form: ^1s (0 = open, 1 = closed, 2 = periodic)\n" m_nurbsCurveInformation.kForm; displayString -replace -value "Knots: " m_nurbsCurveInformation.kKnots; displayString -replace -value "No NURBS curve selected" m_nurbsCurveInformation.kNoCurveSelected; displayString -replace -value "Nspans: ^1s\n" m_nurbsCurveInformation.kNspans; displayString -replace -value "Number of CVs: ^1s\n" m_nurbsCurveInformation.kNumCVs;