Click or drag to resize
SoExtSelectionUseFastEditing Method (Boolean)

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

Parameters

flg
Type: SystemBoolean
Remarks

Sets whether the lasso should be drawn using fast editing. When the application uses the FastEdit mode it must call this function first before calling any other function in this class. See also SoGLRenderAction.setFastEditSavePolicy for possible limitations. Default is false.

See Also