QuestionAuthorDid anyone have experienced to use opencascade with C# ? Is it possible ?
(Sorry if this question looks stupid ;-) )
01Commenter-1Not dirtectly from c# but I have called opencascade (4) from managed c++ succesfully. The managed c++ created an interface that is called from c#.
One word of caution is that it is very expensive to cross that boundary between managed and unmanaged code.
02Commenter-2I've managed to create an ActiveX control using the OpenCASCADE library, and then display the control on a .NET (C#) form.
Commenter-2
03Commenter-3Which version of OC is this for ? Is the Active X control available in source code form ?
04Commenter-4I'm interested to by this ActiveX
can you give us some more informations ?
05Commenter-2Hi,
I have a set of C# wrapper classes (but not using P/Invoke) which would allow to load in IGES or STEP file and add shapes etc. in .NET using VS 2005.
Commenter-2
06Commenter-5could you please share me the C# wrapper for open cascade..i would like to work on open cascade on .Net.
Thanks,
Commenter-5
07Commenter-6