PoPointsFieldBars Constructor (SbVec3f, Single, Single, Single) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoPointsFieldBars(
SbVec3f[] _point,
float[] _value,
float _width,
float _height
)
Public Sub New (
_point As SbVec3f(),
_value As Single(),
_width As Single,
_height As Single
)
public:
PoPointsFieldBars(
array<SbVec3f>^ _point,
array<float>^ _value,
float _width,
float _height
)
new :
_point : SbVec3f[] *
_value : float32[] *
_width : float32 *
_height : float32 -> PoPointsFieldBars
Parameters
- _point
- Type: OIV.InventorSbVec3f
- _value
- Type: SystemSingle
- _width
- Type: SystemSingle
- _height
- Type: SystemSingle
Remarks See Also