Extract Control Points of a Surface into a Textfile

Extract Control Points of a Surface into a Textfile

mralexandermiller
Contributor Contributor
304 Views
2 Replies
Message 1 of 3

Extract Control Points of a Surface into a Textfile

mralexandermiller
Contributor
Contributor

Hello, friends! Can you please answer me, how can one extract control vertices of some individual surface in Alias and save it as a textfile? I need to do this for some mathematical conversions and calculations, but if a surface consists of for example 16 CVs it would be very difficult to copy 48 coordinates (16 for 3 in each dimension). So I suppose that it probably exists some way to do it automatically or semi-automatically.

 

thanks a lot!

0 Likes
305 Views
2 Replies
Replies (2)
Message 2 of 3

BarryKimball
Autodesk
Autodesk

There is no quick or easy way to do this...it is possible...you need to first install the export curve coordinates plug-in. Utilities-> plugin-manager-> data transfer-> export curve coordinates. Then you will need to create a edit point degree 1 curve by snapping (ctrl_LMB) all the control points of the curve to the surface you control points. Then select that curve and click the file-> export curve coordinates option box...set the degree 1 curve sampling to 1

 

0 Likes
Message 3 of 3

c3systems
Advocate
Advocate

If you are familiar with Dynamo, you can easily get the CVs of a surface and write it out as a CSV file.

0 Likes