Click or drag to resize
SoCallbackActionAddLineSegmentCallback Method

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

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void AddLineSegmentCallback(
	Type type,
	SoCallbackActionLineSegmentCB cb
)

Parameters

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

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

See Also