SubDSurfaceInterpolatorCreateFromSelectedVertices Method |
Create an interpolator where all the selected 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 CreateFromSelectedVertices(
SubD subd,
out uint freeVertexCount
)
Public Shared Function CreateFromSelectedVertices (
subd As SubD,
<OutAttribute> ByRef freeVertexCount As UInteger
) As SubDSurfaceInterpolator
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:
SubDSurfaceInterpolatorA new SubDSurfaceInterpolator
Remarks
Sets
ContextId to the Guid of the Rhino SubD object for subd.
See Also