Skip to main content
1-Visitor
December 6, 2022
Solved

Creating a curve through multiple points

  • December 6, 2022
  • 2 replies
  • 1833 views

What's the best way to create a curve along a spline through points without having to manually select each point.  Is there a way to enter a range (Ex. Point 1 - Point 100) where it will select the points that way?

Best answer by tbraxton

Yes. The trick to automation is to read the points in from file (.pts or .ibl) and create the curve using the imported points.

 

See this article to find the command sequence.

 

https://www.ptc.com/en/support/article/CS213210 

2 replies

kdirth
21-Topaz I
21-Topaz I
December 6, 2022

Only if all of the points are in one point feature.  Select the point feature then curve.

There is always more to learn.
tbraxton
22-Sapphire II
tbraxton22-Sapphire IIAnswer
22-Sapphire II
December 6, 2022

Yes. The trick to automation is to read the points in from file (.pts or .ibl) and create the curve using the imported points.

 

See this article to find the command sequence.

 

https://www.ptc.com/en/support/article/CS213210 

21-Topaz II
December 7, 2022

When I started experimenting with .ibl files I found the format that worked in the following discussion:

 

IBL file Discussion from the Past 

 

It's a bit weird in that you specify things like "begin section" and "begin curve", but no corresponding "end section" or "end curve". Or at least I find it odd.