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.ActionsAssembly: 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
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub AddTriangleCallback (
shapeType As Type,
cb As SoCallbackActionTriangleUserDataCB,
userData As Object
)
public:
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void AddTriangleCallback(
Type^ shapeType,
SoCallbackActionTriangleUserDataCB^ cb,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member AddTriangleCallback :
shapeType : Type *
cb : SoCallbackActionTriangleUserDataCB *
userData : Object -> unit
Parameters
- shapeType
- Type: SystemType
- cb
- Type: OIV.Inventor.ActionsSoCallbackActionTriangleUserDataCB
- userData
- Type: SystemObject
See Also