Skip to main content

AVxcelerate Asset Preparation API 2024 R2

asset_preparation::v3::geometry::GeometryProperties Struct Reference

Last update: 16.07.2025

The properties of a geometry. More...

Public Attributes

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

Detailed Description

The properties of a geometry.

Member Data Documentation

◆ winding_order

WindingOrder asset_preparation::v3::geometry::GeometryProperties::winding_order = 1

The geometry winding order.

◆ has_binormals

google::protobuf::BoolValue asset_preparation::v3::geometry::GeometryProperties::has_binormals = 2

Whether the vertices should have binormals defined.

Note
The default value is false.

◆ has_tangents

google::protobuf::BoolValue asset_preparation::v3::geometry::GeometryProperties::has_tangents = 3

Whether the vertices should have tangents defined.

Note
The default value is false.

◆ uv_count

google::protobuf::Int32Value asset_preparation::v3::geometry::GeometryProperties::uv_count = 4

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