Click or drag to resize
SoExtSelectionUseFastEditing Method (Boolean)

Sets whether the lasso should be drawn using fast editing.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void UseFastEditing(
	bool flg
)

Parameters

flg
Type: SystemBoolean
Remarks

When the application uses the FastEdit mode it must call this function first before calling any other function in this class. See also OIV.Inventor.Actions.SoGLRenderAction.SetFastEditSavePolicy(OIV.Inventor.Actions.SoGLRenderAction.FastEditSavePolicies, System.Boolean) for possible limitations. Default is false.

See Also