Click or drag to resize
PoPieChart3D Constructor (SbVec3f, Single, Single,String[],Single[],SbColor[])

Constructor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public PoPieChart3D(
	SbVec3f _center,
	float _zCenter2,
	float _radius,
	string[] sliceTexts,
	float[] sliceValues,
	SbColor[] sliceColors
)

Parameters

_center
Type: OIV.Inventor.SbVec3f
_zCenter2
Type: System.Single
_radius
Type: System.Single
sliceTexts
Type:System.String[]
sliceValues
Type:System.Single[]
sliceColors
Type:OIV.Inventor.SbColor[]
Remarks

See Also