Skip to main content

AVxcelerate Asset Preparation API 2023 R2

asset_preparation::v1::scene_tree::CreateNodeRequest Struct Reference

Last update: 16.07.2025

The information required to create a node under a scene tree or a node. More...

Collaboration diagram for asset_preparation::v1::scene_tree::CreateNodeRequest:

Public Attributes

int32 scene_tree_id = 1
 
int32 node_id = 2
 
NodeProperties properties = 3
 

Detailed Description

The information required to create a node under a scene tree or a node.

Note
The node is visible by default.

Member Data Documentation

◆ node_id

int32 asset_preparation::v1::scene_tree::CreateNodeRequest::node_id = 2

ONEOF(parent) The identifier of the parent node.

◆ properties

NodeProperties asset_preparation::v1::scene_tree::CreateNodeRequest::properties = 3

The node properties.

◆ scene_tree_id

int32 asset_preparation::v1::scene_tree::CreateNodeRequest::scene_tree_id = 1

ONEOF(parent) The identifier of the parent scene tree.


The documentation for this struct was generated from the following file:
  • scenetree_description.proto

Connect with Ansys