TOC PREV NEXT INDEX

LegendHorizVert

Synopsis

produce a color legend that displays an object's datamap

Input Port

obj_in

GDobject

parent

user interface parent object

Parameters

X Min

Typein

world-space corner coordinate for legend

X Max

Typein

world-space corner coordinate for legend

YMin

Typein

world-space corner coordinate for legend

Y Max

Typein

world-space corner coordinate for legend

Z Value

Typein

world-space coordinate for legend

Output Port

Legend

output renderable object

Description

These macros take a renderable object as input and produce a color legend that when rendered displays that object's datamap.

Input

obj_in

A GDobject, any renderable object.

parent

A port mean to be connected to a user interface object that will contain the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)

Parameters

X Min

The lower left world coordinate for the legend display.

X Max

The lower right world coordinate for the legend display.

Y Min

The upper left world coordinate for the legend display.

Y Max

The upper right world coordinate for the legend display.

Z Value

The Z world coordinate for the legend display.

Output Port

out_obj

The legend object.

Example

Not available

File

v/geoms.v


TOC PREV NEXT INDEX