Click or drag to resize

RhinoMeshGetVertex Method

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

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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