Hi All,
I am trying to check if in the RhinoCommon SDK there is any automatic way to have a GetPoint that accepts the shift modifier key to constraint the input along the ortho direction (as the Line, Curve and other commands do).
Well this should be on for all new instances of GetPoint. But you can set this explicitlly by calling GetPoint.PermitOrthoSnap. Note, ortho only works if you set a base point using GetPoint.SetBasePoint.