Click or drag to resize

DirectionGripUserInterfaceObject Constructor

Create a direction grip located at location and constrained to a direction

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public DirectionGripUserInterfaceObject(
	Point3d location,
	Vector3d direction
)

Parameters

location
Type: Rhino.GeometryPoint3d
Grip location
direction
Type: Rhino.GeometryVector3d
Line constraint for the grip
See Also