Click or drag to resize

GetPolylineSetFirstPoint Method

Use SetFirstPoint to specify the line's starting point and skip the start point interactive picking

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void SetFirstPoint(
	Point3d point
)

Parameters

point
Type: Rhino.GeometryPoint3d

[Missing <param name="point"/> documentation for "M:Rhino.Input.Custom.GetPolyline.SetFirstPoint(Rhino.Geometry.Point3d)"]

See Also