asset_preparation::v3::geometry::UpdateMaterialPartRequest Struct Reference
Last update: 16.07.2025The information required to update a material part. More...
Collaboration diagram for asset_preparation::v3::geometry::UpdateMaterialPartRequest:

Public Attributes | |
| google::protobuf::Int32Value | geometry_identifier = 1 |
| google::protobuf::Int32Value | material_part_identifier = 2 |
| google::protobuf::StringValue | name = 3 |
| MaterialPartProperties | properties = 4 |
Detailed Description
The information required to update a material part.
Member Data Documentation
◆ geometry_identifier
| google::protobuf::Int32Value asset_preparation::v3::geometry::UpdateMaterialPartRequest::geometry_identifier = 1 |
The identifier of the parent geometry.
◆ material_part_identifier
| google::protobuf::Int32Value asset_preparation::v3::geometry::UpdateMaterialPartRequest::material_part_identifier = 2 |
The identifier of the material part.
◆ name
| google::protobuf::StringValue asset_preparation::v3::geometry::UpdateMaterialPartRequest::name = 3 |
The material part name.
- Note
- Names must be unique amongst sibling material parts.
- If no name is defined, the name is not updated.
◆ properties
| MaterialPartProperties asset_preparation::v3::geometry::UpdateMaterialPartRequest::properties = 4 |
The material part properties.
- Note
- All the properties are optional.
The documentation for this struct was generated from the following file:
- geometry_description.proto