PointCloud.PointAt Method

PointCloudPointAt Method

Returns the location of the point at a specific index.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Point3d PointAt(
	int index
)
Public Function PointAt ( 
	index As Integer
) As Point3d

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Point3d

[Missing <returns> documentation for "M:Rhino.Geometry.PointCloud.PointAt(System.Int32)"]

See Also