Home
Reply
New Visitor
slajavobre
Posts: 1

Getting the lazy 3D curve of a TCOEGDE

Hi

 

I have a tolerant edge and want to evaluate the tcoedge curve in 3D. The TCOEDGE documentation mentions that TCOEDGE supports a lazy 3D curve. Starting from a COEDGE*, I cast this into a TCOEDGE*. TCOEDGE gives me access to a CURVE*, via TCOEDGE::get_curve and TCOEDGE::get_3d_curve(). Is this the correct way to get to the lazy 3D curve? Do get_curve() and get_3d_curve() return the same curve - if not, what's the difference? Is the 3D curve available when the TCOEDGE is accessed or do I need to call something beforehand?

 

 

Many thanks