Click or drag to resize
SoCallbackActionAddTriangleCallback Method

Routine to add callbacks for generated primitives (triangles) for all shapes of the given type.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void AddTriangleCallback(
	Type type,
	SoCallbackActionTriangleCB cb
)

Parameters

type
Type: SystemType
cb
Type: OIV.Inventor.ActionsSoCallbackActionTriangleCB
Remarks

The callback function will be called for each triangle generated for all shapes of or derived from that type.

See Also