Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert 3d model to tiff

Status
Not open for further replies.

Klebanov

Computer
Jul 1, 2010
2
Hi everyone!
Can you help to convert UG 3d model to .tiff image using UG API?
 
Replies continue below

Recommended for you

Help please..
my C# code:

UFSession m_openSession;
UFDisp Disp = m_openSession.Disp;

UFDisp.ImageFormat im = UFDisp.ImageFormat.Tiff;
UFDisp.BackgroundColor bc = UFDisp.BackgroundColor.Original;

Disp.CreateImage("C:\\test2.tiff", im, bc);

...where I catch Exception like this:
"Attempted to read or write protected memory. This is often an indication that other memory has been corrupted.
"

What's wrong?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor