Paravis: how can I export construction entities?

hello / bonjour
after creating a lot of points (paravis, menu construction - point) I need to get their coordinates in ASCII format. I can do: menu - inspection - point coordinates, but it is impossible with a large number of points. Is there a better suited method?

thank you in advance and best regards

Johannes_ACKVA

www.code-aster.de

*** NEW: all Code-Aster courses now as Video and Webinar courses ***

I have found a 2-steps-solution, which is not super fast:

  1. create vertices on the point (menu - build - vertex)
  2. highlight the vertices in the object browser, then: menu file - export - tocadformat -step

opening the step-file in an editor, the point coordinats are found:

#16 = CARTESIAN_POINT(‘’,(-4.47E-02,1.6E-02,-8.5E-02));
#17 = CARTESIAN_POINT(‘’,(-4.47E-02,9.9E-02,-8.5E-02));
#18 = CARTESIAN_POINT(‘’,(-0.1505,1.6E-02,-8.5E-02));
#19 = CARTESIAN_POINT(‘’,(-0.1505,9.9E-02,-8.5E-02));
#20 = CARTESIAN_POINT(‘’,(-0.3265,1.9E-02,-8.5E-02));
#21 = CARTESIAN_POINT(‘’,(-0.3265,0.109,-8.5E-02));
. . . .

is there a faster way for a big number of points?
best regards

Johannes_ACKVA

www.code-aster.de

*** NEW: all Code-Aster courses now as Video and Webinar courses ***