PolarWorld
Synopsis
Defines a world coordinate space inside the GraphViewport.
Input Port
input1
|
&AGPrimitive[]
|
input2
|
&AGPrimitive[]
|
parent
|
user interface parent object
|
Parameters
T region min
|
UIfield
|
Graph Area(T minimum)
|
T region max
|
UIfield
|
Graph Area(T maximum)
|
R region min
|
UIfield
|
Graph Area(R minimum)
|
R region max
|
UIfield
|
Graph Area(R maximum)
|
Output Port
Description
PolarWorld links objects with equal polar world coordinate scaling. Connections to objects that are to share the same polar world coordinate space are done through the children reference array.
Input
input1
Array of AGPrimitives. Connects to the output of PolarAxis or PolarGraph.
input2
Array of AGPrimitives. Connects to the output of PolarAxis or PolarGraph.
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
T region min
UIfield. Sets the minimum value of the data in the T(Theta) direction.
T region max
UIfield. Sets the maximun value of the data in the T(Theta) direction.
R region min
UIfield. Sets the minimum value of the data in the R(Radius) direction.
R region max
UIfield. Sets the maximun value of the data in the R(Radius) direction.
Output Port
out
Example
Not Available.
File
v/aghlm.v
See also related modules