The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
HowTo:Determine which side of a plane a point lies on?
From DocR19
Call the function side_of_plane in geom_utl.hxx. The sign of the returned distance defines on which side of plane a point lies.
Contents |
Signature
double side_of_plane(const SPAposition &root, const SPAunit_vector &dir, const SPAposition &point);
Header Files
#include "geom_utl.hxx"
Example
double dist = side_of_plane(plane_root, plane_normal, point);
Related Content
- See also: :Category:FAQs
