Skip to main content

AVxcelerate Asset Preparation API 2024 R1

asset_preparation::v2::point_light::PointLightPreparation Class Reference

Last update: 16.07.2025

Point Light Preparation Service. More...

Public Member Functions

CreatePointLightResponse CreatePointLight (CreatePointLightRequest)
 
GetPointLightResponse GetPointLight (GetPointLightRequest)
 
ListPointLightsResponse ListPointLights (google::protobuf::Empty)
 
UpdatePointLightResponse UpdatePointLight (UpdatePointLightRequest)
 
DeletePointLightResponse DeletePointLight (DeletePointLightRequest)
 

Detailed Description

Point Light Preparation Service.

This service is used to create, edit and manage point lights.

Member Function Documentation

◆ CreatePointLight()

CreatePointLightResponse asset_preparation::v2::point_light::PointLightPreparation::CreatePointLight ( CreatePointLightRequest  )

Creates a new point light with optional properties.

Note
Names must be unique amongst sibling point lights.
If unspecified, default values are used.

Returns the identifier of the created point light.

◆ DeletePointLight()

DeletePointLightResponse asset_preparation::v2::point_light::PointLightPreparation::DeletePointLight ( DeletePointLightRequest  )

Deletes a point light, given its identifier.

◆ GetPointLight()

GetPointLightResponse asset_preparation::v2::point_light::PointLightPreparation::GetPointLight ( GetPointLightRequest  )

Gets the properties of a point light, given its identifier.

Returns the point light properties.

◆ ListPointLights()

ListPointLightsResponse asset_preparation::v2::point_light::PointLightPreparation::ListPointLights ( google::protobuf::Empty  )

Lists all the created point lights.

Returns the identifiers and names of the point lights.

◆ UpdatePointLight()

UpdatePointLightResponse asset_preparation::v2::point_light::PointLightPreparation::UpdatePointLight ( UpdatePointLightRequest  )

Edits the properties of a point light, given its identifier.

Note
Names must be unique amongst point lights.

The documentation for this class was generated from the following file:
  • point_light.proto

Connect with Ansys