Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Offset Plane

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Offset Plane


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Offset Plane
  • Date: Wed, 25 May 2011 07:47:35 +0200 (CEST)

On Wed, 25 May 2011, harris.max wrote:

I'm trying to get CGAL to generate a plane that's offset by some specifiable
distance from an existing plane, but everything I've tried so far isn't
working. What's the best way to do this?

What did you try that isn't working?

There doesn't seem to be any function to do that directly, but you could for instance use Construct_orthogonal_vector_3 to get a normal vector, scale it to whatever distance you want, then translate the plane?

--
Marc Glisse



Archive powered by MHonArc 2.6.16.

Top of Page