Message 1 of 3
How to create a closed 3D bspline using the API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have some data I'm trying to write to Inventor using the API, and I have been unable so far to create a closed bspline programmatically...
Through the "TransientGeometry::CreateBSplineCurve" and the "Sketch3d::SketchFixedSplines3d::Add" methods, I create bsplines and get the expected result, but for closed curves, I am clueless at this point - I never was able to end up with a programmatrically created bspline instance whose "CLosed" property was true...
I'm assuming this can be done, as when importing the attached IGES file in Inventor, I end up with a "SketchSpline3d" instance whose "Closed"property is "True"...
Thanks for any help that can be provided