Click or drag to resize

SimpleArrayPoint3dAdd Method

Adds a point to the list

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void Add(
	Point3d pt
)

Parameters

pt
Type: Rhino.GeometryPoint3d

[Missing <param name="pt"/> documentation for "M:Rhino.Runtime.InteropWrappers.SimpleArrayPoint3d.Add(Rhino.Geometry.Point3d)"]

See Also