Click or drag to resize

Point3dItem Property

Gets or sets an indexed coordinate of this point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The coordinate index. Valid values are:

0 = X coordinate

1 = Y coordinate

2 = Z coordinate

.

Property Value

Type: Double
See Also