Community Tip - You can change your system assigned username to something more personal in your community settings. X
I have following "Bspline" Entity Data. { ControlPoints, KnotValues, Weight, Degree,numOfControlPoints,numOfKnotValues}.
which is required to init "Bspline" in creo through "ProBsplinedataInit" api call.
This ProBsplinedatainit api gives curvedata. This curvedata is useful in creation of Bspline as a import feature.
so I am able to create Bspline as "import feature" in creo but I want add this "Bspline" in sketch.
But Creo doesn't provide "Bspline' as a sketch entity. Creo provides "Spline" as sketch Entity.
Spline creation require completely different information suchas{tangencyType,npoints,pointArr,startTangAngle,endTangAngle}
So,Is their any way to get "Spline" information from "Bspline' Data structrure.
so I will able to create "Spline" in sketch.