Skip to main content

AVxcelerate Asset Preparation API 2024 R1

asset_preparation::v2::geometry::GeometryProperties Struct Reference

Last update: 16.07.2025

The properties of a geometry. More...

Public Attributes

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

Detailed Description

The properties of a geometry.

Member Data Documentation

◆ has_binormals

google::protobuf::BoolValue asset_preparation::v2::geometry::GeometryProperties::has_binormals = 3

Whether the vertices should have binormals defined.

Note
The default value is false.

◆ has_tangents

google::protobuf::BoolValue asset_preparation::v2::geometry::GeometryProperties::has_tangents = 4

Whether the vertices should have tangents defined.

Note
The default value is false.

◆ name

google::protobuf::StringValue asset_preparation::v2::geometry::GeometryProperties::name = 1

The geometry name.

Note
Names must be unique amongst sibling geometries.
If no name is defined, a default unique name is automatically set.

◆ uv_count

google::protobuf::Int32Value asset_preparation::v2::geometry::GeometryProperties::uv_count = 5

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.

◆ winding_order

WindingOrder asset_preparation::v2::geometry::GeometryProperties::winding_order = 2

The geometry winding order.


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

Connect with Ansys