Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have following "Bspline" EntityData. { 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,Istheir any way to get "Spline" information from "Bspline' Data structrure.
so I will able to create "Spline" in sketch.