How to import points from Excel file to a sketch plane in CATIA?
I know about "GSD_PointSplineLoftFromExcel". I am working on Generative Shape Design Workbench.
What I want to do is that I have a set of coordinates in excel file and I want to get those points on a particular sketch plane(inclined) in CATIA V5R20.
The problem with "GSD_PointSplineLoftFromExcel" is that it always creates a "geometrical set" of points on a datum plane. I need those points on my particular sketch plane which is inclined to datum plane. Is there any direct way of doing this?