The following properties and methods expose the Spline Mapping functionality of the UnwrapUVW Modifier available in 3ds Max 2009 and higher:
Get/set the Spline Mapping Shape node. Corresponds to the - Pick Spline - button in the Spline Map Parameters dialog.
Get/set the Spline Mapping projection type. Corresponds to the "Mapping" drop-down list in the Spline Map Parameters dialog.
Get/set the state of the Use Manual Seams checkbox in the Spline Mapping dialog.
Get/set the Spline Mapping resample count.
Enable/disable the Spline MappingGizmodisplay.When set to false, the cross-sections and the spline map gizmo will be hidden.
Get/set the Spline Mapping iterations count.
Get/Set the advance method option.
Get/set the Spline Mapping U Offset.
Get/set the Spline Mapping V Offset.
Get/set the Spline Mapping U Scale.
Get/set the Spline Mapping VScale.
If the first argument is true, all cross-sections will be affected. If it is false, only the selected cross-sections will be affected.
The second argument defines the extra scale of the cross-sections beyond the fitted size.
Corresponds to pressing the Fit button in the Spline Map Parameters dialog.
Enters Add Cross-section Mode.
Corresponds to pressing the Add button in the Spline Map Parameters dialog.
Deletes the currently selected cross-sections.
Corresponds to pressing the Remove button in the Spline Map Parameters dialog.
Enters Align Section command mode.
Corresponds to pressing the Section button in the Spline Map Parameters dialog.
Enters Align To Face command mode.
Corresponds to pressing the Face button in the Spline Map Parameters dialog.
Aligns the indexed cross-section in the indexed spline to the given vector.
Aligns the selected cross-section to the given vector.
Performs Resampling of the Spline Mapping to the given number of samples.
Effectively inserts the specified number of cross-sections along the spline.
Returns the number of mapping splines.
Sets the selected state of the indexed spline to thegiven boolean value.
Returns true if the indexed spline is selected, false otherwise.
Returns the number of cross-sections on the indexed spline.
<void><Unwrap_UVW>.splineMap_selectCrossSection <index>splineIndex <index>crossSectionIndex <boolean>sel
Sets the selected state of the indexed cross-section in the indexed spline to the given boolean value.
Returns true if the indexed cross-section in the indexed spline is selected, false otherwise.
Clears the Cross-section selection.
Returns the Position of the indexed cross-section in the indexed spline.
<void><Unwrap_UVW>.splineMap_SetCrossSection_Pos <index>splineIndex <index>crossSectionIndex <point3>pos
Sets the Position of the indexed cross-section in the indexed spline to the given Point3 value.
Moves the selected cross-section by the given amount.
Returns the X Scale of the indexed cross-section in the indexed spline.
<void><Unwrap_UVW>.splineMap_SetCrossSection_ScaleX <index>splineIndex <index>crossSectionIndex <float>scaleX
Sets the X Scale of the indexed cross-section in the indexed spline to the given Float value.
Returns the Y Scale of the indexed cross-section in the indexed spline.
<void><Unwrap_UVW>.splineMap_SetCrossSection_ScaleY <index>splineIndex <index>crossSectionIndex <float>scaleY
Sets the Y Scale of the indexed cross-section in the indexed spline to the given Float value.
Scales the X and Y axes of the selected cross-section by the given Point2 value.
Returns the Twist value of the indexed cross-section in the indexed spline.
<void><Unwrap_UVW>.splineMap_SetCrossSection_Twist <index>splineIndex <index>crossSectionIndex <float>Twist
Sets the Twist of the indexed cross-section in the indexed spline to the given Float value.
Rotates the selected cross-section about the spline's axis at the given twist amount.
Forces are rebuilding of the cross-sections.
Inserts a cross-section into the indexed spline at the given position along the spline.
The u parameter is in the range from 0.0 to 1.0.
Copies theselected cross-sectiontotheclipboard.If multiple cross-sections are selected, the one with the lowest index will be copied.
Pastes thecross-section from theclipboardonto the currently selected cross-sections.
Pastes the indexed cross-section of the indexed spline to the selected cross-sections.