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
Syntaxpublic DirectionGripUserInterfaceObject(
Point3d location,
Vector3d direction
)
Public Sub New (
location As Point3d,
direction As Vector3d
)
Parameters
- location
- Type: Rhino.GeometryPoint3d
Grip location - direction
- Type: Rhino.GeometryVector3d
Line constraint for the grip
See Also