Creates a new 3D object to display in the 3D scene.

To display a new object in the 3D picture control, you must use the SceneObject Properties and SceneObject Methods to set the geometric form and other attributes of the object.


icon

Inputs/Outputs

  • cstr.png Name

    Name is the name of the object you create.

  • cerrcodeclst.png error in (no error)

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

  • isobjref.png Scene:New Object

    Scene:New Object returns the reference to the object.

  • 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\Graphics and Sound\3D Picture Control\3D Model of Solar System.vi
    • labview\examples\Graphics and Sound\3D Picture Control\Order of Transformations.vi
    • labview\examples\Graphics and Sound\3D Picture Control\Using Meshes.vi