Search found 2 matches

by tluth
Tue Jun 04, 2019 8:33 am
Forum: VE Python API
Topic: Accessing geometry information via the API
Replies: 2
Views: 2903

Re: Accessing geometry information via the API

Yeah that's the path I've gone down as well.
by tluth
Wed May 29, 2019 12:34 pm
Forum: VE Python API
Topic: Accessing geometry information via the API
Replies: 2
Views: 2903

Accessing geometry information via the API

Hi there,

I'm looking to get the surface geometry of my model through the API.

I thought body.get_surfaces().get_properties() might work but this only returns id, type, orientation, aps_handle, thickness, tilt, and area.

Essentially all I want is the vertex coordinates for each surface ...