| PoPieChart3D Constructor (SbVec3f, Single, Single, String, Single, SbColor) | 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoPieChart3D(
	SbVec3f _center,
	float _zCenter2,
	float _radius,
	string[] sliceTexts,
	float[] sliceValues,
	SbColor[] sliceColors
)
Public Sub New ( 
	_center As SbVec3f,
	_zCenter2 As Single,
	_radius As Single,
	sliceTexts As String(),
	sliceValues As Single(),
	sliceColors As SbColor()
)
public:
PoPieChart3D(
	SbVec3f _center, 
	float _zCenter2, 
	float _radius, 
	array<String^>^ sliceTexts, 
	array<float>^ sliceValues, 
	array<SbColor>^ sliceColors
)
new : 
        _center : SbVec3f * 
        _zCenter2 : float32 * 
        _radius : float32 * 
        sliceTexts : string[] * 
        sliceValues : float32[] * 
        sliceColors : SbColor[] -> PoPieChart3DParameters
- _center
 - Type: OIV.InventorSbVec3f
 - _zCenter2
 - Type: SystemSingle
 - _radius
 - Type: SystemSingle
 - sliceTexts
 - Type: SystemString
 - sliceValues
 - Type: SystemSingle
 - sliceColors
 - Type: OIV.InventorSbColor
 
Remarks
See Also