Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone, I have a collection of points that are very densely packed and define an organic profile. I import them in an build the profile using this method.
sketch.arePointsShown = False
sketch.areProfilesShown = False
sketch.isComputeDeferred = True
sketch.sketchCurves.sketchFittedSplines.add(pointArray)
sketch.isComputeDeferred = False
You can see the results below. (This is a 3D sketch)
This works great and all, but understandably, this take a while for fusion to build. I am wondering if anyone out there has any creative method to increase the import speed by either reducing the point density like checking if points are close to colinear or since the points are so close together, would drawing straight lines between them be a lot faster?
Solved! Go to Solution.