// =========================================================================== // 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 "Activate" m_polygonConstraint.kActivate; displayString -replace -value "All and Next" m_polygonConstraint.kAllAndNext; displayString -replace -value "Angle" m_polygonConstraint.kAngle; displayString -replace -value "An angle expressed in the current global setting for units. Either between 0 and 360 degrees or 0 and 2 pi radians." m_polygonConstraint.kAngleSliderAnnotation; displayString -replace -value "Area" m_polygonConstraint.kArea; displayString -replace -value "Axis" m_polygonConstraint.kAxis; displayString -replace -value " " m_polygonConstraint.kBlank; displayString -replace -value "Border" m_polygonConstraint.kBorder; displayString -replace -value "Close and Remember" m_polygonConstraint.kCloseAndRemember; displayString -replace -value "Close and Reset" m_polygonConstraint.kCloseAndReset; displayString -replace -value "Concave" m_polygonConstraint.kConcave; displayString -replace -value "Constrain:" m_polygonConstraint.kConstrain; displayString -replace -value "Convex" m_polygonConstraint.kConvex; displayString -replace -value "Convexity" m_polygonConstraint.kConvexity; displayString -replace -value "Crease" m_polygonConstraint.kCrease; displayString -replace -value "Current and Next" m_polygonConstraint.kCurrentAndNext; displayString -replace -value "degrees" m_polygonConstraint.kDegreesLabel; displayString -replace -value "Direction" m_polygonConstraint.kDirection; displayString -replace -value "Distance" m_polygonConstraint.kDistance; displayString -replace -value "Domains" m_polygonConstraint.kDomains; displayString -replace -value "Geometry" m_polygonConstraint.kGeometry; displayString -replace -value "Grow Selection Region" m_polygonConstraint.kGrowSelectionRegion; displayString -replace -value "Hard" m_polygonConstraint.kHard; displayString -replace -value "Holed" m_polygonConstraint.kHoled; displayString -replace -value "PolyConstraints" m_polygonConstraint.kIconName; displayString -replace -value "Inside" m_polygonConstraint.kInside; displayString -replace -value "Lamina" m_polygonConstraint.kLamina; displayString -replace -value "Length" m_polygonConstraint.kLength; displayString -replace -value "Location" m_polygonConstraint.kLocation; displayString -replace -value "Mapped" m_polygonConstraint.kMapped; displayString -replace -value "Mapped Area" m_polygonConstraint.kMappedArea; displayString -replace -value "Mapping" m_polygonConstraint.kMapping; displayString -replace -value "Max" m_polygonConstraint.kMax; displayString -replace -value "Angle" m_polygonConstraint.kMaxAngle; displayString -replace -value "Min" m_polygonConstraint.kMin; displayString -replace -value "Neighbors" m_polygonConstraint.kNeighbors; displayString -replace -value "Neighbors" m_polygonConstraint.kNeighbors2; displayString -replace -value "Next Selection" m_polygonConstraint.kNextSelection; displayString -replace -value "Non-holed" m_polygonConstraint.kNonholed; displayString -replace -value "Non-planar" m_polygonConstraint.kNonplanar; displayString -replace -value "Non-triangulable" m_polygonConstraint.kNontriangulable; displayString -replace -value "Nothing" m_polygonConstraint.kNothing; displayString -replace -value "Nsided" m_polygonConstraint.kNsided; displayString -replace -value "Off" m_polygonConstraint.kOff; displayString -replace -value "OnBorder" m_polygonConstraint.kOnBorder; displayString -replace -value "Order" m_polygonConstraint.kOrder; displayString -replace -value "Orientation" m_polygonConstraint.kOrientation; displayString -replace -value "pi radians" m_polygonConstraint.kPiRadiansLabel; displayString -replace -value "Planar" m_polygonConstraint.kPlanar; displayString -replace -value "Planarity" m_polygonConstraint.kPlanarity; displayString -replace -value "Plane" m_polygonConstraint.kPlane; displayString -replace -value "Point" m_polygonConstraint.kPoint; displayString -replace -value "Polygon Selection Constraint" m_polygonConstraint.kPolygonSelectionConstraint; displayString -replace -value "Polygon Selection Constraint on Edges" m_polygonConstraint.kPolygonSelectionConstraintEdges; displayString -replace -value "Polygon Selection Constraint on Faces" m_polygonConstraint.kPolygonSelectionConstraintFaces; displayString -replace -value "Polygon Selection Constraint on Texture offsets" m_polygonConstraint.kPolygonSelectionConstraintTexture; displayString -replace -value "Polygon Selection Constraint on Vertices" m_polygonConstraint.kPolygonSelectionConstraintVertices; displayString -replace -value "Angle" m_polygonConstraint.kPropAngle; displayString -replace -value "Edge Loop" m_polygonConstraint.kPropLoop; displayString -replace -value "Edge Ring" m_polygonConstraint.kPropRing; displayString -replace -value "Propagation:" m_polygonConstraint.kPropagation; displayString -replace -value "Properties" m_polygonConstraint.kProperties; displayString -replace -value "Px" m_polygonConstraint.kPx; displayString -replace -value "Py" m_polygonConstraint.kPy; displayString -replace -value "Pz" m_polygonConstraint.kPz; displayString -replace -value "Quads" m_polygonConstraint.kQuads; displayString -replace -value "Random" m_polygonConstraint.kRandom; displayString -replace -value "Ratio" m_polygonConstraint.kRatio; displayString -replace -value "Select Selection Boundary" m_polygonConstraint.kSelectSelectionBoundary; displayString -replace -value "Shell" m_polygonConstraint.kShell; displayString -replace -value "Shrink Selection Region" m_polygonConstraint.kShrinkSelectionRegion; displayString -replace -value "Signed" m_polygonConstraint.kSigned; displayString -replace -value "Smooth" m_polygonConstraint.kSmooth; displayString -replace -value "Smoothing" m_polygonConstraint.kSmoothing; displayString -replace -value "Topology" m_polygonConstraint.kTopology; displayString -replace -value "Triangles" m_polygonConstraint.kTriangles; displayString -replace -value "Unmapped" m_polygonConstraint.kUnmapped; displayString -replace -value "Unsigned" m_polygonConstraint.kUnsigned; displayString -replace -value "Visibility" m_polygonConstraint.kVisibility; displayString -replace -value "Vx" m_polygonConstraint.kVx; displayString -replace -value "Vy" m_polygonConstraint.kVy; displayString -replace -value "Vz" m_polygonConstraint.kVz;