Opencascade and C#

Did anyone have experienced to use opencascade with C# ? Is it possible ?
(Sorry if this question looks stupid ;-) )

Gerard Gartside's picture

Not 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.

Jonathan Hill's picture

I've managed to create an ActiveX control using the OpenCASCADE library, and then display the control on a .NET (C#) form.

Jonathan

Linas Petras's picture

Which version of OC is this for ? Is the Active X control available in source code form ?

frédéric de Jager's picture

I'm interested to by this ActiveX
can you give us some more informations ?

Jonathan Hill's picture

Hi,

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.

Jonathan

snober's picture

could you please share me the C# wrapper for open cascade..i would like to work on open cascade on .Net.

Thanks,
Snober

Gerhard Hofmann's picture