GraphWorld


Synopsis

This module sets the World coordinate space within the graph viewport.

Input Ports

input1

&AGPrimitive[]

input2

&AGPrimitive[]

parent

user interface parent object

 

Parameters

clip toggle

UItoggle

Graph clipping

Y region min

UIfield

Graph Area(Y minimum)

Y region max

UIfield

Graph Area(Y maximum)

X region min

UIfield

Graph Area(X minimum)

X region max

UIfield

Graph Area(X maximum)

scale type X

UIradioButton

X Coordinate space type

scale type Y

UIradioButton

Y Coordinate space type

 

Output Ports

out

AGPrimitive[]

 

Description

GraphWorld links objects with equal world coordinate scaling. The connections to objects that share the same worldcoordinate space are through the children reference array.

Input Ports

input1
Array of AGPrimitives. Outputs such as Graphs or Axis can be connected to this port.
input2
Array of AGPrimitives. Outputs such as Graphs or Axis can be connected to this port.
parent
A port to connect to a user interface object that contains 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

clip toggle
UItoggle. Determines whether the portion of the graph outside the display area should be drawn or clipped.
Y region min
UIfield. Sets the minimum value of the data in the Y direction.
Y region max
UIfield. Sets the maximun value of the data in the Y direction.
X region min
UIfield. Sets the minimum value of the data in the X direction.
X region max
UIfield. Sets the maximun value of the data in the X direction.
scale type X
UIradioButton. Set the X coordinate space type to one of:
- "linear"
- "log10"
- "power"
scale type Y
UIradioButton. Set the Y coordinate space type to one of:
- "linear"
- "log10"
- "power"

Output Ports

out
AGPrimitive.

File

v/aghlm.v