Click or drag to resize

RhinoMeshGetVertex Method

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

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public Point3 GetVertex(
	int idx
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.GetVertex(System.Int32)"]

Return Value

Type: Point3

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

Implements

IReadonlyMeshGetVertex(Int32)
See Also