Click or drag to resize

RhinoMeshSetVertex Method (Int32, Point3)

[Missing <summary> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.SetVertex(System.Int32,Karamba.Geometry.Point3)"]

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public bool SetVertex(
	int index,
	Point3 position
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.SetVertex(System.Int32,Karamba.Geometry.Point3)"]

position
Type: Karamba.GeometryPoint3

[Missing <param name="position"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.SetVertex(System.Int32,Karamba.Geometry.Point3)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.SetVertex(System.Int32,Karamba.Geometry.Point3)"]

Implements

IMeshSetVertex(Int32, Point3)
See Also