Click or drag to resize
PoLabelField Constructor (SbVec2f, String, Single, Single, PoLabelFieldConcatTypes, PoLabelFieldJustifications)
Calls PoLabelField(_point, _string, _value, _fontSize, type, _justification, OIV.MeshViz.Graph.PoLabelField.VerticalJustifications( .PoLabelField.BASE )).

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoLabelField(
	SbVec2f[] _point,
	string[] _string,
	float[] _value,
	float _fontSize,
	PoLabelFieldConcatTypes type,
	PoLabelFieldJustifications _justification
)

Parameters

_point
Type: OIV.InventorSbVec2f
_string
Type: SystemString
_value
Type: SystemSingle
_fontSize
Type: SystemSingle
type
Type: OIV.MeshViz.GraphPoLabelFieldConcatTypes
_justification
Type: OIV.MeshViz.GraphPoLabelFieldJustifications
Remarks