Create Cylinder VI

Owning Palette: Geometries VIs

Requires: Full Development System

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

 Add to the block diagram  Find on the palette
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.
Red specifies the red value. The default is 1.
Green specifies the green value. The default is 0.
Blue specifies the blue value. The default is 0.
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.
Height specifies the length of the vertical axis of the object.
Radius specifies the radius of the object.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Detail specifies the number of vertices to use in drawing the object. A higher detail value produces a better approximation of the geometry. The default is 1.
New Cylinder Refnum is the reference to the created geometry.
error out contains error information. This output provides standard error out functionality.