Skip to main content

AVxcelerate Asset Preparation API 2023 R2

asset_preparation::v1::scene_tree Namespace Reference

Last update: 16.07.2025

Classes

struct  CreateDirectionalLightInstanceRequest
 The information required to create a directional light instance under a node. More...
 
struct  CreateDirectionalLightInstanceResponse
 The identifier of the created directional light instance. More...
 
struct  CreateGeometryInstanceRequest
 The information required to create a geometry instance under a node. More...
 
struct  CreateGeometryInstanceResponse
 The identifier of the created geometry instance. More...
 
struct  CreateNodeRequest
 The information required to create a node under a scene tree or a node. More...
 
struct  CreateNodeResponse
 The identifier of the created node. More...
 
struct  CreatePointLightInstanceRequest
 The information required to create a point light instance under a node. More...
 
struct  CreatePointLightInstanceResponse
 The identifier of the created point light instance. More...
 
struct  CreateSceneTreeRequest
 The information required to create a scene tree. More...
 
struct  CreateSceneTreeResponse
 The identifier of the created scene tree. More...
 
struct  CustomTemperature
 The custom temperature. More...
 
struct  DeleteDirectionalLightInstanceRequest
 The information required to delete a directional light instance. More...
 
struct  DeleteDirectionalLightInstanceResponse
 The response returned when deleting a directional light instance. More...
 
struct  DeleteGeometryInstanceRequest
 The information required to delete a geometry instance. More...
 
struct  DeleteGeometryInstanceResponse
 The response returned when deleting a geometry instance. More...
 
struct  DeleteNodeRequest
 The information required to delete a node. More...
 
struct  DeleteNodeResponse
 The response returned when deleting a node. More...
 
struct  DeletePointLightInstanceRequest
 The information required to delete a point light instance. More...
 
struct  DeletePointLightInstanceResponse
 The response returned when deleting a point light instance. More...
 
struct  DeleteSceneTreeRequest
 The information required to delete a scene tree. More...
 
struct  DeleteSceneTreeResponse
 The response returned when deleting a scene tree. More...
 
struct  DirectionalLightInstanceIdentity
 The full identity of a directional light instance, consisting of an identifier and a name. More...
 
struct  DirectionalLightInstanceProperties
 The properties of a directional light instance. More...
 
struct  EulerAngles
 Euler angles. More...
 
struct  GeometryInstanceIdentity
 The full identity of a geometry instance, consisting of an identifier and a name. More...
 
struct  GeometryInstanceProperties
 The properties of a geometry instance. More...
 
struct  GetAssetChunksRequest
 The information required to export a scene tree as a stream of asset chunks. More...
 
struct  GetAssetFileRequest
 The information required to export a scene tree as an asset file. More...
 
struct  GetAssetFileResponse
 The response returned when exporting a scene tree as an asset file. More...
 
struct  GetDirectionalLightInstanceRequest
 The information required to examine a directional light instance. More...
 
struct  GetDirectionalLightInstanceResponse
 The information about a directional light instance. More...
 
struct  GetGeometryInstanceRequest
 The information required to examine a geometry instance. More...
 
struct  GetGeometryInstanceResponse
 The information about a geometry instance. More...
 
struct  GetNodeRequest
 The information required to examine a node. More...
 
struct  GetNodeResponse
 The information about a node. More...
 
struct  GetPointLightInstanceRequest
 The information required to examine a point light instance. More...
 
struct  GetPointLightInstanceResponse
 The information about a point light instance. More...
 
struct  GetSceneTreeRequest
 The information required to examine a scene tree. More...
 
struct  GetSceneTreeResponse
 The information about a scene tree. More...
 
struct  ListSceneTreesResponse
 The identities of all scene trees in the collection. More...
 
struct  NodeIdentity
 The full identity of a node, consisting of an identifier and a name. More...
 
struct  NodeProperties
 The properties of a node. More...
 
struct  PointLightInstanceIdentity
 The full identity of a point light instance, consisting of an identifier and a name. More...
 
struct  PointLightInstanceProperties
 The properties of a point light instance. More...
 
struct  Quaternion
 A quaternion. More...
 
struct  SceneTreeIdentity
 The full identity of a scene tree, consisting of an identifier and a name. More...
 
class  SceneTreePreparation
 Scene Tree Preparation Service. More...
 
struct  SceneTreeProperties
 The properties of a scene tree. More...
 
struct  ThermalProperties
 The thermal properties. More...
 
struct  Transform
 The transformation of an object in the scene tree hierarchy. More...
 
struct  UpdateDirectionalLightInstanceRequest
 The information required to edit the properties of a directional light instance. More...
 
struct  UpdateDirectionalLightInstanceResponse
 The response returned when updating a directional light instance. More...
 
struct  UpdateGeometryInstanceRequest
 The information required to update a geometry instance. More...
 
struct  UpdateGeometryInstanceResponse
 The response returned when updating a geometry instance. More...
 
struct  UpdateNodeRequest
 The information required to update a node. More...
 
struct  UpdateNodeResponse
 The response returned when updating a node. More...
 
struct  UpdatePointLightInstanceRequest
 The information required to update a point light instance. More...
 
struct  UpdatePointLightInstanceResponse
 The response returned when updating a point light instance. More...
 
struct  UpdateSceneTreeRequest
 The information required to update a scene tree. More...
 
struct  UpdateSceneTreeResponse
 The response returned when updating a scene tree. More...
 

Enumerations

enum  Relativity { RELATIVITY_UNSPECIFIED = 0, RELATIVITY_RELATIVE = 1, RELATIVITY_ABSOLUTE = 2 }
 Relativity of a transformation. More...
 

Variables

import common chunk proto
 

Enumeration Type Documentation

◆ Relativity

Relativity of a transformation.

Enumerator
RELATIVITY_UNSPECIFIED 

The transformation relativity is unspecified.

RELATIVITY_RELATIVE 

The transformation is relative to the object's parent.

RELATIVITY_ABSOLUTE 

The transformation is in world coordinates.

Variable Documentation

◆ proto

import google protobuf wrappers asset_preparation::v1::scene_tree::proto

Connect with Ansys