PoPieChart3D Constructor (SbVec3f, Single, Single, String, Single, SbColor) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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[] -> PoPieChart3D
Parameters
- _center
- Type: OIV.InventorSbVec3f
- _zCenter2
- Type: SystemSingle
- _radius
- Type: SystemSingle
- sliceTexts
- Type: SystemString
- sliceValues
- Type: SystemSingle
- sliceColors
- Type: OIV.InventorSbColor
Remarks See Also