PoBiErrorPointField Constructor (SbVec2f, Single, Single, Single, Single, PoBiErrorPointFieldVariationTypes, Boolean) |
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, _isShapeVisible, true).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoBiErrorPointField(
SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointFieldVariationTypes type,
bool _isShapeVisible
)
Public Sub New (
_point As SbVec2f(),
_lowX As Single(),
_lowY As Single(),
_highX As Single(),
_highY As Single(),
type As PoBiErrorPointFieldVariationTypes,
_isShapeVisible As Boolean
)
public:
PoBiErrorPointField(
array<SbVec2f>^ _point,
array<float>^ _lowX,
array<float>^ _lowY,
array<float>^ _highX,
array<float>^ _highY,
PoBiErrorPointFieldVariationTypes type,
bool _isShapeVisible
)
new :
_point : SbVec2f[] *
_lowX : float32[] *
_lowY : float32[] *
_highX : float32[] *
_highY : float32[] *
type : PoBiErrorPointFieldVariationTypes *
_isShapeVisible : bool -> PoBiErrorPointField
Parameters
- _point
- Type: OIV.InventorSbVec2f
- _lowX
- Type: SystemSingle
- _lowY
- Type: SystemSingle
- _highX
- Type: SystemSingle
- _highY
- Type: SystemSingle
- type
- Type: OIV.MeshViz.GraphPoBiErrorPointFieldVariationTypes
- _isShapeVisible
- Type: SystemBoolean
Remarks See Also