Click or drag to resize

SubDSurfaceInterpolatorCreateFromVertexIdList Method

Create an interpolator where all the listed vertices in the SubD are free vertices in the linear system used for interpolation, and the unselected are fixed to their initial positions. Free vertices are can move as a result of the interpolation, and can receive an interpolation target location.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public static SubDSurfaceInterpolator CreateFromVertexIdList(
	SubD subd,
	IEnumerable<uint> vertexIndices,
	out uint freeVertexCount
)

Parameters

subd
Type: Rhino.GeometrySubD
The SubD to use for interpolation
vertexIndices
Type: System.Collections.GenericIEnumerableUInt32
Indices of the vertices to be interpolated
freeVertexCount
Type: SystemUInt32
The number of free vertices in the system

Return Value

Type: SubDSurfaceInterpolator
A new SubDSurfaceInterpolator
Remarks
Sets ContextId to the Guid of the Rhino SubD object for subd.
See Also