Click or drag to resize

RhinoMeshSetVertex Method (Int32, Double, Double, Double)

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

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public bool SetVertex(
	int index,
	double x,
	double y,
	double z
)

Parameters

index
Type: SystemInt32

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

x
Type: SystemDouble

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

y
Type: SystemDouble

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

z
Type: SystemDouble

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

Return Value

Type: Boolean

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

Implements

IMeshSetVertex(Int32, Double, Double, Double)
See Also