SoExtSelectionSetPointFilterCallback Method (SoExtSelectionPointCB) |
Note: This API is now obsolete.
Use PointFilterCallback property instead
Sets the point 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 PointFilterCallback property instead")]
public void SetPointFilterCallback(
SoExtSelectionPointCB cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use PointFilterCallback property instead")>
Public Sub SetPointFilterCallback (
cb As SoExtSelectionPointCB
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use PointFilterCallback property instead")]
void SetPointFilterCallback(
SoExtSelectionPointCB^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use PointFilterCallback property instead")>]
member SetPointFilterCallback :
cb : SoExtSelectionPointCB -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoExtSelectionPointCB
See Also