Click or drag to resize

SubDSetVertexSurfacePoint Method

Set the location of a single vertex surface point. This function is not suitable for setting the locations of multiple vertex surface points that are topologically near to each other.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public bool SetVertexSurfacePoint(
	uint vertexIndex,
	Point3d surfacePoint
)

Parameters

vertexIndex
Type: SystemUInt32
Index of the vertex to modify
surfacePoint
Type: Rhino.GeometryPoint3d
New surface point location for that vertex

Return Value

Type: Boolean
True if a vertex was modified, false otherwise.
See Also