CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
27 #include "Ge/GeEntity3d.h"
35 class OdGePointOnSurfaceData;
253 double& vCoeffB)
const;
269 double vCoeffB = 0.);
307 #endif // OD_GESURF_H
bool isOn(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
OdGePoint3d evalPoint(const OdGePoint2d ¶m, int numDeriv, OdGeVector3dArray &derivatives) const
OdGePoint3d evalPoint(const OdGePoint2d ¶m, int numDeriv, OdGeVector3dArray &derivatives, OdGeVector3d &normal) const
OdGeSurface(const OdGeSurface &surf)
TD_USING(OdGeEntity3d::isOn)
OdGeSurface & operator=(const OdGeSurface &surf)
void getImplicitEnvelope(OdGeInterval &implicitIntrvlU, OdGeInterval &implicitIntrvlV) const
OdGePoint2d paramOf(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
bool getReparameterization(bool &swapUV, double &uCoeffA, double &vCoeffA, double &uCoeffB, double &vCoeffB) const
bool isOn(const OdGePoint3d &point, OdGePoint2d ¶mPoint, const OdGeTol &tol=OdGeContext::gTol) const
double distanceTo(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
bool isClosedInU(const OdGeTol &tol=OdGeContext::gTol) const
void getClosestPointTo(const OdGePoint3d &point, OdGePointOnSurface &pntOnSurface, const OdGeTol &tol=OdGeContext::gTol) const
void setReparameterization(bool swapUV=false, double uCoeffA=1., double vCoeffA=1., double uCoeffB=0., double vCoeffB=0.)
bool isNormalReversed() const
OdGePoint3d closestPointTo(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
void getEnvelope(OdGeInterval &intrvlU, OdGeInterval &intrvlV) const
bool setEnvelope(const OdGeInterval &realIntrvlU, const OdGeInterval &realIntrvlV)
OdGePoint3d evalPoint(const OdGePoint2d ¶m) const
static GE_STATIC_EXPORT OdGeTol gTol
#define GE_TOOLKIT_EXPORT
bool project(const OdGePoint3d &p, OdGePoint3d &projP, const OdGeTol &tol=OdGeContext::gTol) const
bool isClosedInV(const OdGeTol &tol=OdGeContext::gTol) const
OdGeSurface & reverseNormal()