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:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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