Accessing geometry information via the API
Posted: Wed May 29, 2019 12:34 pm
Hi there,
I'm looking to get the surface geometry of my model through the API.
I thought 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.
Thanks in advance for any help
I'm looking to get the surface geometry of my model through the API.
I thought
Code: Select all
body.get_surfaces().get_properties()Essentially all I want is the vertex coordinates for each surface.
Thanks in advance for any help