Click or drag to resize
PoPieChartRepGetPickedSliceNumber Method

Allow the user to retreive the slice number (sliceNumber argument) which has been picked from a picked path (path argument) (cf OIV.Inventor.Nodes.SoSelection node for more information about picking).

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool GetPickedSliceNumber(
	SoPath path,
	out int sliceNumber
)

Parameters

path
Type: OIV.InventorSoPath
sliceNumber
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Return false, if the picked path does not correspond to a slice of the pie chart (sliceNumber is not significative), true otherwise.

See Also