Measure a geometry through python api

Hello to everyone,

is it possible to measure the corner points from geometry with python script?
i need the coordinate system point from each corner point.
Thanks

Cylinder

greets
Max

Hy maximum,

not directly, but with some coding you can reverse-engineer the points if the geometry is modified cylinder.

The vc-cylinder has all informations in it’s properties as shown below (Height, Radius, Sections):

The rotations of the coordinates you can take from the cylinder-component.

An then some vector-calculation…

Regards
Feature