opencascade????

Do v need to know Vc++ concepts(Windows Programming) for doing coding in OCascade..
or simple OOPS concepts is enough to do coding....

Rob Bachrach's picture

You definitely need to be relatively proficient with C++ (or Java if using the Java interface). Depending on your platform, VC++ (or windows programming) is helpful, but not necessary.

Vijayaragavan's picture

Can u please tell me how to start up with open cascade....I am new to it.....I know C++...I have downloaded one 169MB open cascade tool from ocascade websit...how to start up with that....Help me...

Rob Bachrach's picture

After installing OCC, I suggest you start with "Introduction" section of the online documentation. Check out the "Getting Started" section which provides a tutorial for creating geometry. In addition, there are several samples (with source code) that install with OCC. Many of them show you the source code necessary to perform the specified task.

Vijayaragavan's picture

Hello,

I tried out some samples using ocaf wizard..but i am getting some linker error...how can i know about library files needed for using particular classes???

Vijayaragavan's picture

Hello,

I tried out some samples using ocaf wizard..but i am getting some linker error...how can i know about library files needed for using particular classes???

Rob Bachrach's picture
Vijayaragavan's picture

Thanks a lot,
How to convert 2D model to 3D model in open cascade.Is there any function or algorithm available for it?.How to get the parameters of entities(edge,circle etc) in step file that are imported into open cascade.I am able to import the Step file into Open Cascade.But how to change the parameters???if i want to manipulate that imported image,what i have to do??..Please Help me..

Vijayaragavan's picture

Thanks a lot,
How to convert 2D model to 3D model in open cascade.Is there any function or algorithm available for it?.How to get the parameters of entities(edge,circle etc) in step file that are imported into open cascade.I am able to import the Step file into Open Cascade.But how to change the parameters???if i want to manipulate that imported image,what i have to do??..Please Help me..

Mikael Aronsson's picture

I guess you will be forced to read the documentation.