Rhino C++ API
8.17
|
Flow along surface morph. More...
#include <RhinoSdkSpaceMorph.h>
Public Member Functions | |
CRhinoSporphSpaceMorph () | |
~CRhinoSporphSpaceMorph () | |
ON_3dPoint | MorphPoint (ON_3dPoint pt) const |
virtual ON_SpaceMorph override More... | |
![]() | |
CRhinoSpaceMorph () | |
virtual | ~CRhinoSpaceMorph () |
![]() | |
ON_SpaceMorph () | |
virtual | ~ON_SpaceMorph () |
virtual bool | Ev1Der (ON_3dPoint rst, ON_3dPoint &xyz, ON_3dVector &Dr, ON_3dVector &Ds, ON_3dVector &Dt) const |
bool | IsIdentity (const class ON_Curve &Crv, double tol) const |
bool | IsIdentity (const class ON_Surface &Srf, double tol) const |
virtual bool | IsIdentity (const ON_BoundingBox &bbox) const |
bool | IsIdentity (const ON_SimpleArray< ON_3dPoint > &Points, double tol) const |
virtual ON_4dPoint | Morph4dPoint (ON_4dPoint point) const |
void | MorphPointList (int dim, bool is_rat, int count, int stride, double *point) const |
void | MorphPointList (int dim, bool is_rat, int count, int stride, float *point) const |
virtual ON_3dVector | MorphVector (ON_3dPoint tail_point, ON_3dVector vector) const |
bool | PreserveStructure () const |
bool | QuickPreview () const |
void | SetPreserveStructure (bool bPreserveStructure) |
void | SetQuickPreview (bool bQuickPreview) |
void | SetTolerance (double tolerance) |
double | Tolerance () const |
Public Attributes | |
ON_3dVector | m_N1 |
If set defines a normal to use instead of target surface normal. More... | |
ON_Interval | m_s [2] |
Length of the surface plane. More... | |
ON_Surface * | m_srf [2] |
The surface planes to flow along surface. More... | |
ON_Interval | m_t [2] |
Width of the surface plane. More... | |
Flow along surface morph.
CRhinoSporphSpaceMorph::CRhinoSporphSpaceMorph | ( | ) |
CRhinoSporphSpaceMorph::~CRhinoSporphSpaceMorph | ( | ) |
|
virtual |
virtual ON_SpaceMorph override
Implements ON_SpaceMorph.
ON_3dVector CRhinoSporphSpaceMorph::m_N1 |
If set defines a normal to use instead of target surface normal.
ON_Interval CRhinoSporphSpaceMorph::m_s[2] |
Length of the surface plane.
ON_Surface* CRhinoSporphSpaceMorph::m_srf[2] |
The surface planes to flow along surface.
ON_Interval CRhinoSporphSpaceMorph::m_t[2] |
Width of the surface plane.