SoTransformerDraggerGetColinearThreshold Method |
Returns the colinear threshold.
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static int GetColinearThreshold()
Public Shared Function GetColinearThreshold As Integer
public:
static int GetColinearThreshold()
static member GetColinearThreshold : unit -> int
Return Value
Type:
Int32Remarks This parameter determines the number of pixels that must separate two axes before they are regarded as distinct.
See Also