Description:

Retrieves the final transformation. Override this virtual function to provide your own custom transformation method.

Syntax:
public abstract Transform CalculateTransform(
RhinoViewport viewport,
Point3d point
)
Parameters:
  • point
  • Type: Point3d
  • A point that the user is selecting.
Returns:
Type: Transform
A transformation matrix value.
Available since:
5.0

CalculateTransform method

Class:  Rhino.Input.Custom.GetTransform

Nothing found