SoCallbackActionAddPointCallback Method |
Routine to add callbacks for generated primitives (points) for all shapes of the given type.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void AddPointCallback(
Type type,
SoCallbackActionPointCB cb
)
Public Sub AddPointCallback (
type As Type,
cb As SoCallbackActionPointCB
)
public:
void AddPointCallback(
Type^ type,
SoCallbackActionPointCB^ cb
)
member AddPointCallback :
type : Type *
cb : SoCallbackActionPointCB -> unit
Parameters
- type
- Type: SystemType
- cb
- Type: OIV.Inventor.ActionsSoCallbackActionPointCB
Remarks The callback function will be called for each point generated for all shapes of or derived from that type.
See Also