Skip to main content

AVxcelerate Asset Preparation API 2024 R2

asset_preparation::v3::material::UpdateMaterialStateRequest Struct Reference

Last update: 16.07.2025

The information required to update a material state. More...

Collaboration diagram for asset_preparation::v3::material::UpdateMaterialStateRequest:

Public Attributes

google::protobuf::Int32Value identifier = 1
 
string state_name = 2
 
google::protobuf::StringValue state_new_name = 3
 
MaterialProperties state_properties = 4
 

Detailed Description

The information required to update a material state.

Member Data Documentation

◆ identifier

google::protobuf::Int32Value asset_preparation::v3::material::UpdateMaterialStateRequest::identifier = 1

The material identifier.

◆ state_name

string asset_preparation::v3::material::UpdateMaterialStateRequest::state_name = 2

The current name of the state.

◆ state_new_name

google::protobuf::StringValue asset_preparation::v3::material::UpdateMaterialStateRequest::state_new_name = 3

The new name of the state.

Note
Names must be unique amongst sibling material states.
"Default" name is reserved.

◆ state_properties

MaterialProperties asset_preparation::v3::material::UpdateMaterialStateRequest::state_properties = 4

The new state properties.


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

Connect with Ansys