Click or drag to resize
SoCallbackActionAddTriangleCallback Method (Type, SoCallbackActionTriangleUserDataCB, Object)

Note: This API is now obsolete.

Routine to add delegates for generated primitives (triangles) for all shapes of the given type. The delegate will be called for each triangle generated for all shapes of or derived from that type.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddTriangleCallback(
	Type shapeType,
	SoCallbackActionTriangleUserDataCB cb,
	Object userData
)

Parameters

shapeType
Type: SystemType
cb
Type: OIV.Inventor.ActionsSoCallbackActionTriangleUserDataCB
userData
Type: SystemObject
See Also