Click or drag to resize

SubDSurfaceInterpolatorCreateFromSubD Method

Create an interpolator where all the vertices in the SubD are free vertices in the linear system used for interpolation (i.e. 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 CreateFromSubD(
	SubD subd,
	out uint freeVertexCount
)

Parameters

subd
Type: Rhino.GeometrySubD
The SubD to use for interpolation
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