Hi,
I'm happy I made some proceedings with my gearing-application, but now there raises a new problem.
I want my toolkit application to create a surface from an *ibl file. In Pro/Engineer it works like this: Insert->Advanced->Blend from File->Surface...
The *.ibl file looks e.g. like this (just an example, the real data is much more complex):
------------------------------
open
arclength
begin section !1
begin curve
1 0 -10 0 //x, y,z coordinates, points 1-2-3 create a "V" in y,z plane
2 0 0 -10
3 0 10 0
begin section !2
begin curve
1 10 -10 0 // same "V" but displaced on x-axis
2 10 0 -10
3 10 10 0
-------------------------------
Pro/Engineer connects these two curves and creates the surface.
Unfortunatly I don't exactly know how to do this automatically with a Pro/Toolkit application.
The surface should be referenced to a selected coordinate system.
It is not quite clear to me whether I can use ProSurface or ProSurfaceData in this case or whether there is a function in Pro/Toolkit I disregarded.
Has anybody an idea how I can realize this?
Thanks a lot!
w
I'm happy I made some proceedings with my gearing-application, but now there raises a new problem.
I want my toolkit application to create a surface from an *ibl file. In Pro/Engineer it works like this: Insert->Advanced->Blend from File->Surface...
The *.ibl file looks e.g. like this (just an example, the real data is much more complex):
------------------------------
open
arclength
begin section !1
begin curve
1 0 -10 0 //x, y,z coordinates, points 1-2-3 create a "V" in y,z plane
2 0 0 -10
3 0 10 0
begin section !2
begin curve
1 10 -10 0 // same "V" but displaced on x-axis
2 10 0 -10
3 10 10 0
-------------------------------
Pro/Engineer connects these two curves and creates the surface.
Unfortunatly I don't exactly know how to do this automatically with a Pro/Toolkit application.
The surface should be referenced to a selected coordinate system.
It is not quite clear to me whether I can use ProSurface or ProSurfaceData in this case or whether there is a function in Pro/Toolkit I disregarded.
Has anybody an idea how I can realize this?
Thanks a lot!
w