Skip to main content

AVxcelerate Asset Preparation API 2024 R1

asset_preparation::v2::geometry::PushVerticesRequest Struct Reference

Last update: 16.07.2025

The information required to push vertices to a geometry. The recommended size of the request is in range 256kB to 1MB. More...

Collaboration diagram for asset_preparation::v2::geometry::PushVerticesRequest:

Public Attributes

int32 geometry_id = 1
 
repeated Vertex vertices = 2
 

Detailed Description

The information required to push vertices to a geometry. The recommended size of the request is in range 256kB to 1MB.

Member Data Documentation

◆ geometry_id

int32 asset_preparation::v2::geometry::PushVerticesRequest::geometry_id = 1

The identifier of the geometry.

◆ vertices

repeated Vertex asset_preparation::v2::geometry::PushVerticesRequest::vertices = 2

The vertices to push in the geometry.


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

Connect with Ansys