GraphViewport
Synopsis
This module defines a rectangular area to display a graph or axes in world coordinate space and converts it into a renderable object.
Input Ports
|
children |
&AGPrimitive[] |
|
parent |
user interface parent object |
Parameters
|
Frame visible |
UItoggle |
Frame visibility |
|
Frame Width |
UIslider, UIfield |
View frame width |
|
Frame Color |
UIoptionMenu |
View frame color |
|
Fill Color |
UIoptionMenu |
View background color |
Output Ports
|
obj |
output renderable object |
Description
GraphViewport positions the graph, legend or axes in world coordinate space.
Input Ports
-
children
-
Array of AGPrimitives. Can connect to AGPrimitives such as Graph or Axis.
-
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
-
Frame visible
-
UItoggle. Determines whether the frame is to be displayed or not.
-
Frame Width
-
UIslider, UIfield. Determines the width of the frame of the area in which the graph is to be displayed.
-
Frame Color
-
UIoptionMenu. Sets the color of View.'s frame
-
Fill Color
-
UIoptionMenu. Sets the background color of View.
Output Ports
-
obj
-
This is a renderable version of the output field.
File
v/aghlm.v