| PoLinearValueLegend Constructor (SbVec2f, SbVec2f, PoLinearValueLegendValueDistributions) | 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoLinearValueLegend(
	SbVec2f _start,
	SbVec2f _end,
	PoLinearValueLegendValueDistributions distribution
)
Public Sub New ( 
	_start As SbVec2f,
	_end As SbVec2f,
	distribution As PoLinearValueLegendValueDistributions
)
public:
PoLinearValueLegend(
	SbVec2f _start, 
	SbVec2f _end, 
	PoLinearValueLegendValueDistributions distribution
)
new : 
        _start : SbVec2f * 
        _end : SbVec2f * 
        distribution : PoLinearValueLegendValueDistributions -> PoLinearValueLegendParameters
- _start
 - Type: OIV.InventorSbVec2f
 - _end
 - Type: OIV.InventorSbVec2f
 - distribution
 - Type: OIV.MeshViz.GraphPoLinearValueLegendValueDistributions
 
Remarks
See Also