Skip to main content

AVxcelerate Asset Preparation API 2024 R2

asset_preparation::v3::scene_tree::CreateNodeResponse Struct Reference

Last update: 16.07.2025

The identifier of the created node. More...

Collaboration diagram for asset_preparation::v3::scene_tree::CreateNodeResponse:

Public Attributes

int32 scene_tree_identifier = 1
 
int32 node_identifier = 2
 
NodeIdentity identity = 3
 
common::Status status = 4
 

Detailed Description

The identifier of the created node.

Member Data Documentation

◆ scene_tree_identifier

int32 asset_preparation::v3::scene_tree::CreateNodeResponse::scene_tree_identifier = 1

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

◆ node_identifier

int32 asset_preparation::v3::scene_tree::CreateNodeResponse::node_identifier = 2

ONEOF(parent) The identifier of the parent node.

◆ identity

NodeIdentity asset_preparation::v3::scene_tree::CreateNodeResponse::identity = 3

The identity of the node.

Returns null in case of failure.

◆ status

common::Status asset_preparation::v3::scene_tree::CreateNodeResponse::status = 4

The feedback status of the creation operation.


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

Connect with Ansys