Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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.