How do I get the real coordinates of geometric elements in the world scene

Hi, In a component, all coordinates are zero, I need to get the actual coordinates of a specific geometric element of the component instead of X=0, Y=0, Z=0.

CP = app.findComponent(‘Gsds’)
print CP.Geometry.BoundCenter.X
print CP.Geometry.BoundCenter.Y
print CP.Geometry.BoundCenter.Z

I use this method to get the value. There is no way to get the value in the geometric element under the component. Thanks!

See vcNode and vcNode.WorldPositionMatrix in the Python API help.