Click or drag to resize
SoTransformerDraggerSetColinearThreshold Method

Sets the colinear threshold.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetColinearThreshold(
	int newVal
)

Parameters

newVal
Type: SystemInt32
Remarks

When picking a direction for constraining based on gesture, this parameter determines how many pixels must separate two axes before they are regarded as distinct. If they are deemed "the same" then the shorter of the two will be discarded. Default is 4.

See Also