Skip to main content

AVxcelerate Asset Preparation API 2024 R2

asset_preparation::v3::scene_tree::GetNodeResponse Struct Reference

Last update: 16.07.2025

The information about a node. More...

Collaboration diagram for asset_preparation::v3::scene_tree::GetNodeResponse:

Public Attributes

NodeIdentity identity = 1
 
NodeProperties properties = 2
 
repeated NodeIdentity nodes = 3
 
repeated GeometryInstanceIdentity geometry_instances = 4
 
repeated DirectionalLightInstanceIdentity directional_light_instances = 5
 
repeated PointLightInstanceIdentity point_light_instances = 6
 
common::Status status = 7
 

Detailed Description

The information about a node.

Member Data Documentation

◆ identity

NodeIdentity asset_preparation::v3::scene_tree::GetNodeResponse::identity = 1

The identity of the node.

◆ properties

NodeProperties asset_preparation::v3::scene_tree::GetNodeResponse::properties = 2

The node properties.

◆ nodes

repeated NodeIdentity asset_preparation::v3::scene_tree::GetNodeResponse::nodes = 3

The identities of all the direct child nodes.

◆ geometry_instances

repeated GeometryInstanceIdentity asset_preparation::v3::scene_tree::GetNodeResponse::geometry_instances = 4

The identities of all the geometries instantiated under the current node.

◆ directional_light_instances

repeated DirectionalLightInstanceIdentity asset_preparation::v3::scene_tree::GetNodeResponse::directional_light_instances = 5

The identities of all the directional lights instantiated under the current node.

◆ point_light_instances

repeated PointLightInstanceIdentity asset_preparation::v3::scene_tree::GetNodeResponse::point_light_instances = 6

The identities of all the point lights instantiated under the current node.

◆ status

common::Status asset_preparation::v3::scene_tree::GetNodeResponse::status = 7

The feedback status of the examination operation.


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

Connect with Ansys