wangming Wed, 03/29/2006 - 18:38 Forums: Other usage issuesHow to display a BSpline curve in the AIS_InteractiveContext ? Handle(Geom_BSplineCurve) SPL1 = GeomAPI_PointsToBSpline(array).Curve(); Thanks QbProg Wed, 03/29/2006 - 20:30 You should create a TopoDS_Shape from the curve (BRepBuilderAPI_MakeEdge) and the create an AIS_Shape with it. Log in to post comments
Wed, 03/29/2006 - 20:30
You should create a TopoDS_Shape from the curve (BRepBuilderAPI_MakeEdge) and the create an AIS_Shape with it.