Sets a 3D object you create with the Create Object VI to a box by applying a box geometry to the object.


icon

Inputs/Outputs

  • cnclst.png Color

    Color specifies the color of the object in RGBA format. Color accepts a cluster of numeric values 0 through 1, where 0 represents the absence of the red, green, or blue color and 1 represents a full saturation of the color. The alpha value indicates the transparency of the red, green, and blue colors.

  • csgl.png Red

    Red specifies the red value. The default is 1.

  • csgl.png Green

    Green specifies the green value. The default is 0.

  • csgl.png Blue

    Blue specifies the blue value. The default is 0.

  • csgl.png Alpha

    Alpha specifies the level of opacity of the RGB color when you apply the color to a 3D object. Alpha must be a value between 0 and 1. The default is 1.

  • csgl.png Length X

    Length X is the length of the x-axis.

  • csgl.png Length Y

    Length Y is the length of the y-axis.

  • csgl.png Length Z

    Length Z is the length of the z-axis.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • isboxref.png New Box Refnum

    New Box Refnum is the reference to the created geometry.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Controls and Indicators\Graphs and Charts\Math Plots - 3D (ActiveX)\3D Curve Graph (ActiveX).vi