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.NodesAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use LineSegmentFilterCallback property instead")>
Public Sub SetLineSegmentFilterCallback (
cb As SoExtSelectionLineSegmentCB
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use LineSegmentFilterCallback property instead")]
void SetLineSegmentFilterCallback(
SoExtSelectionLineSegmentCB^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use LineSegmentFilterCallback property instead")>]
member SetLineSegmentFilterCallback :
cb : SoExtSelectionLineSegmentCB -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoExtSelectionLineSegmentCB
See Also