CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
27 #include "Ge/GePlanarEnt.h"
273 #endif // OD_GEPLANE_H
OdGePlane & set(double a, double b, double c, double d)
OdGePlanarEnt & operator=(const OdGePlanarEnt &plane)
static GE_STATIC_EXPORT const OdGePlane kXYPlane
OdGePlane(double a, double b, double c, double d)
static GE_STATIC_EXPORT const OdGePlane kYZPlane
OdGePlane & set(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
OdGePlane(const OdGePoint3d &origin, const OdGeVector3d &uAxis, const OdGeVector3d &vAxis)
bool intersectWith(const OdGeLinearEnt3d &line, OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
OdGePlane(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
static GE_STATIC_EXPORT const OdGePlane kZXPlane
OdGePlane(const OdGePlane &plane)
double signedDistanceTo(const OdGePoint3d &point) const
OdGePlane & set(const OdGePoint3d &point, const OdGeVector3d &normal)
OdGePlane(const OdGePoint3d &origin, const OdGeVector3d &normal)
static GE_STATIC_EXPORT OdGeTol gTol
#define GE_TOOLKIT_EXPORT
bool intersectWith(const OdGePlane &plane, OdGeLine3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
GE_TOOLKIT_EXPORT void setPlaneEnvelope(OdGePlane *pPlane, const OdGeInterval &intrvlU, const OdGeInterval &intrvlV)
OdGePlane & set(const OdGePoint3d &origin, const OdGeVector3d &uAxis, const OdGeVector3d &vAxis)
bool intersectWith(const OdGeBoundedPlane &plane, OdGeLineSeg3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
TD_USING(OdGePlanarEnt::intersectWith)