Click or drag to resize
SoExtSelectionSetLineSegmentFilterCallback Method (SoExtSelectionLineSegmentCB)

Note: This API is now obsolete.

Use LineSegmentFilterCallback property instead Sets the line segment filter delegate. See #SetTriangleFilterCallback() for details.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use LineSegmentFilterCallback property instead")]
public void SetLineSegmentFilterCallback(
	SoExtSelectionLineSegmentCB cb
)

Parameters

cb
Type: OIV.Inventor.NodesSoExtSelectionLineSegmentCB
See Also