Skip to main content

AVxcelerate Asset Preparation API 2023 R2

asset_preparation::v1::geometry::VerticesArrayProperties Struct Reference

Last update: 16.07.2025

The properties of a vertices array. More...

Public Attributes

google::protobuf::BoolValue has_binormals = 1
 
google::protobuf::BoolValue has_tangents = 2
 
google::protobuf::Int32Value uv_count = 3
 

Detailed Description

The properties of a vertices array.

Member Data Documentation

◆ has_binormals

google::protobuf::BoolValue asset_preparation::v1::geometry::VerticesArrayProperties::has_binormals = 1

Whether the vertices should have binormals defined.

Note
The default value is false.

◆ has_tangents

google::protobuf::BoolValue asset_preparation::v1::geometry::VerticesArrayProperties::has_tangents = 2

Whether the vertices should have tangents defined.

Note
The default value is false.

◆ uv_count

google::protobuf::Int32Value asset_preparation::v1::geometry::VerticesArrayProperties::uv_count = 3

The number of UV coordinates that the vertices should have defined.

Note
The UV count should be in the range [0, 4].
The default value is 0.

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

Connect with Ansys