Click or drag to resize
SoCallbackActionAddLineSegmentCallback Method (Type, SoCallbackActionLineSegmentUserDataCB, Object)

Note: This API is now obsolete.

Routine to add delegates for generated primitives (line segments) for all shapes of the given type. The delegate will be called for each line segment 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
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public void AddLineSegmentCallback(
	Type shapeType,
	SoCallbackActionLineSegmentUserDataCB cb,
	Object userData
)

Parameters

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