Class ABRLegendGeometry
Generate legend geometry for each data impression type defined in ABR. Methods in this class can generate the following variables and ranges:
- XAxis [0, 1]
- YAxis [0, 1]
- ZAxis [0, 1]
- Forward
- Up
Namespace: IVLab.ABREngine.Legends
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public static class ABRLegendGeometry
Methods
| Improve this Doc View SourceGlyphs(int)
Generate a set of n glyphs to show a legend.
Declaration
public static RawDataset Glyphs(int variables)
Parameters
Type | Name | Description |
---|---|---|
int | variables | Number of variables to provide (1 var, 2 var) |
Returns
Type | Description |
---|---|
RawDataset |
Ribbons(int)
Generate a set of ribbons to show in a legend.
Declaration
public static RawDataset Ribbons(int variables)
Parameters
Type | Name | Description |
---|---|---|
int | variables | Number of variables to provide (1 var, 2 var) |
Returns
Type | Description |
---|---|
RawDataset |
Surface()
Generate a surface to show a legend
Declaration
public static RawDataset Surface()
Returns
Type | Description |
---|---|
RawDataset |
Volume()
Generate a "spherical" volume for legends
Declaration
public static RawDataset Volume()
Returns
Type | Description |
---|---|
RawDataset |