PoLinearValueLegend Constructor (SbVec2f, SbVec2f, PoLinearValueLegendValueDistributions) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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 -> PoLinearValueLegend
Parameters
- _start
- Type: OIV.InventorSbVec2f
- _end
- Type: OIV.InventorSbVec2f
- distribution
- Type: OIV.MeshViz.GraphPoLinearValueLegendValueDistributions
Remarks See Also