|  | QCAD
    Open Source 2D CAD | 
This is the complete list of members for ON_RevSurface, including all inherited members.
| AreaMassProperties(ON_MassProperties &mp, bool bArea=true, bool bFirstMoments=true, bool bSecondMoments=true, bool bProductMoments=true, double rel_tol=1.0e-6, double abs_tol=1.0e-6) const | ON_Surface | |
| AttachUserData(ON_UserData *pUserData) | ON_Object | |
| BoundingBox() const | ON_Geometry | |
| BrepForm(ON_Brep *brep=NULL) const | ON_Surface | virtual | 
| ClearBoundingBox() | ON_RevSurface | virtual | 
| ComponentIndex() const | ON_Geometry | virtual | 
| CopyFrom(const ON_Object *src) | ON_Object | |
| CopyUserData(const ON_Object &source_object) | ON_Object | |
| CreateCubicLoft(int curve_count, const ON_Curve *const *curve_list, double k, int is_closed=0, ON::cubic_loft_end_condition start_shape=ON::cubic_loft_ec_quadratic, ON::cubic_loft_end_condition end_shape=ON::cubic_loft_ec_quadratic, class ON_NurbsSurface *nurbs_surface=0) | ON_Surface | static | 
| CreateMesh(const ON_MeshParameters &mp, ON_Mesh *mesh=NULL) const | ON_RevSurface | virtual | 
| CreateSurfaceTree() const | ON_Surface | virtual | 
| DataCRC(ON__UINT32 current_remainder) const | ON_RevSurface | virtual | 
| Degree(int) const | ON_RevSurface | virtual | 
| Destroy() | ON_RevSurface | |
| DestroyRuntimeCache(bool bDelete=true) | ON_RevSurface | virtual | 
| DestroySurfaceTree() | ON_Surface | |
| DetachUserData(ON_UserData *pUserData) | ON_Object | |
| Dimension() const | ON_RevSurface | virtual | 
| Domain(int) const | ON_RevSurface | virtual | 
| Dump(ON_TextLog &) const | ON_RevSurface | virtual | 
| DuplicateSurface() const | ON_Surface | virtual | 
| E_iso enum value | ON_Surface | |
| Ev1Der(double u, double v, ON_3dPoint &point, ON_3dVector &du, ON_3dVector &dv, int quadrant=0, int *hint=0) const | ON_Surface | |
| Ev2Der(double u, double v, ON_3dPoint &point, ON_3dVector &du, ON_3dVector &dv, ON_3dVector &duu, ON_3dVector &duv, ON_3dVector &dvv, int quadrant=0, int *hint=0) const | ON_Surface | |
| Evaluate(double, double, int, int, double *, int=0, int *=0) const | ON_RevSurface | virtual | 
| EvaluatePoint(const class ON_ObjRef &objref, ON_3dPoint &P) const | ON_Surface | virtual | 
| EvNormal(double u, double v, ON_3dPoint &point, ON_3dVector &normal, int quadrant=0, int *hint=0) const | ON_Surface | |
| EvNormal(double u, double v, ON_3dVector &normal, int quadrant=0, int *hint=0) const | ON_Surface | |
| EvNormal(double u, double v, ON_3dPoint &point, ON_3dVector &du, ON_3dVector &dv, ON_3dVector &normal, int=0, int *=0) const | ON_Surface | |
| EvPoint(double u, double v, ON_3dPoint &point, int quadrant=0, int *hint=0) const | ON_Surface | |
| Extend(int dir, const ON_Interval &domain) | ON_RevSurface | virtual | 
| FirstUserData() const | ON_Object | |
| FrameAt(double u, double v, ON_Plane &frame) const | ON_Surface | |
| GetBBox(double *, double *, ON_BOOL32=false) const | ON_RevSurface | virtual | 
| GetBoundingBox(ON_BoundingBox &bbox, int bGrowBox=false) const | ON_Geometry | |
| GetBoundingBox(ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, int bGrowBox=false) const | ON_Geometry | |
| GetClosestPoint(const ON_3dPoint &P, double *s, double *t, double maximum_distance=0.0, const ON_Interval *sdomain=0, const ON_Interval *tdomain=0) const | ON_RevSurface | virtual | 
| GetDomain(int dir, double *t0, double *t1) const | ON_Surface | |
| GetLocalClosestPoint(const ON_3dPoint &, double, double, double *, double *, const ON_Interval *=NULL, const ON_Interval *=NULL) const | ON_Surface | virtual | 
| GetNextDiscontinuity(int dir, ON::continuity c, double t0, double t1, double *t, int *hint=NULL, int *dtype=NULL, double cos_angle_tolerance=0.99984769515639123915701155881391, double curvature_tolerance=ON_SQRT_EPSILON) const | ON_RevSurface | virtual | 
| GetNurbForm(ON_NurbsSurface &, double=0.0) const | ON_RevSurface | virtual | 
| GetNurbFormParameterFromSurfaceParameter(double surface_s, double surface_t, double *nurbs_s, double *nurbs_t) const | ON_RevSurface | virtual | 
| GetParameterTolerance(int, double, double *, double *) const | ON_RevSurface | virtual | 
| GetSpanVector(int, double *) const | ON_RevSurface | virtual | 
| GetSpanVectorIndex(int dir, double t, int side, int *span_vector_index, ON_Interval *span_interval) const | ON_Surface | virtual | 
| GetSurfaceParameterFromNurbFormParameter(double nurbs_s, double nurbs_t, double *surface_s, double *surface_t) const | ON_RevSurface | virtual | 
| GetSurfaceSize(double *width, double *height) const | ON_RevSurface | virtual | 
| GetTightBoundingBox(ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const | ON_Geometry | virtual | 
| GetUserData(const ON_UUID &userdata_uuid) const | ON_Object | |
| GetUserString(const wchar_t *key, ON_wString &string_value) const | ON_Object | |
| GetUserStringKeys(ON_ClassArray< ON_wString > &user_string_keys) const | ON_Object | |
| GetUserStrings(ON_ClassArray< ON_UserString > &user_strings) const | ON_Object | |
| HasBrepForm() const | ON_Surface | virtual | 
| HasNurbForm() const | ON_RevSurface | virtual | 
| IntersectSurface(const ON_Surface *surfaceB, ON_ClassArray< ON_SSX_EVENT > &x, double intersection_tolerance=0.0, double overlap_tolerance=0.0, double fitting_tolerance=0.0, const ON_Interval *surfaceA_udomain=0, const ON_Interval *surfaceA_vdomain=0, const ON_Interval *surfaceB_udomain=0, const ON_Interval *surfaceB_vdomain=0) const | ON_Surface | |
| IsAtSeam(double s, double t) const | ON_Surface | |
| IsAtSingularity(double s, double t, bool bExact=true) const | ON_Surface | |
| IsClosed(int) const | ON_RevSurface | virtual | 
| IsCone(ON_Cone *cone=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsConical(ON_Cone *cone=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_RevSurface | |
| IsContinuous(ON::continuity c, double s, double t, int *hint=NULL, double point_tolerance=ON_ZERO_TOLERANCE, double d1_tolerance=ON_ZERO_TOLERANCE, double d2_tolerance=ON_ZERO_TOLERANCE, double cos_angle_tolerance=0.99984769515639123915701155881391, double curvature_tolerance=ON_SQRT_EPSILON) const | ON_RevSurface | virtual | 
| IsCylinder(ON_Cylinder *cylinder=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsCylindrical(ON_Cylinder *cylinder=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_RevSurface | |
| IsDeformable() const | ON_Geometry | virtual | 
| IsIsoparametric(const ON_Curve &curve, const ON_Interval *curve_domain=NULL) const | ON_Surface | virtual | 
| IsIsoparametric(const ON_BoundingBox &bbox) const | ON_Surface | virtual | 
| IsKindOf(const ON_ClassId *pClassId) const | ON_Object | |
| IsMorphable() const | ON_Geometry | virtual | 
| ISO enum name | ON_Surface | |
| iso_count enum value | ON_Surface | |
| IsoCurve(int dir, double c) const | ON_RevSurface | virtual | 
| IsPeriodic(int) const | ON_RevSurface | virtual | 
| IsPlanar(ON_Plane *plane=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_RevSurface | virtual | 
| IsSingular(int) const | ON_RevSurface | virtual | 
| IsSolid() const | ON_Surface | |
| IsSphere(ON_Sphere *sphere=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsSpherical(ON_Sphere *sphere=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_RevSurface | |
| IsTorus(ON_Torus *torus=NULL, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsValid(ON_TextLog *text_log=NULL) const | ON_RevSurface | virtual | 
| m_angle | ON_RevSurface | |
| m_axis | ON_RevSurface | |
| m_bbox | ON_RevSurface | |
| m_bTransposed | ON_RevSurface | |
| m_curve | ON_RevSurface | |
| m_mempool | ON_Object | |
| m_stree | ON_Surface | protected | 
| m_t | ON_RevSurface | |
| m_userdata_list | ON_Object | private | 
| MakeDeformable() | ON_Geometry | virtual | 
| MemoryRelocate() | ON_Object | virtual | 
| ModelObjectId() const | ON_Object | virtual | 
| Morph(const ON_SpaceMorph &morph) | ON_Geometry | virtual | 
| MoveUserData(ON_Object &source_object) | ON_Object | |
| N_iso enum value | ON_Surface | |
| New() | ON_RevSurface | static | 
| New(const ON_RevSurface &rev_surface) | ON_RevSurface | static | 
| NormalAt(double, double) const | ON_Surface | |
| not_iso enum value | ON_Surface | |
| NurbsSurface(ON_NurbsSurface *pNurbsSurface=NULL, double tolerance=0.0, const ON_Interval *s_subdomain=NULL, const ON_Interval *t_subdomain=NULL) const | ON_Surface | |
| ObjectType() const | ON_Surface | virtual | 
| Offset(double offset_distance, double tolerance, double *max_deviation=NULL) const | ON_Surface | virtual | 
| ON_Geometry() | ON_Geometry | |
| ON_Geometry(const ON_Geometry &) | ON_Geometry | |
| ON_Object() | ON_Object | |
| ON_Object(const ON_Object &) | ON_Object | |
| ON_OBJECT_DECLARE(ON_RevSurface) | ON_RevSurface | private | 
| ON_RevSurface() | ON_RevSurface | |
| ON_RevSurface(const ON_RevSurface &) | ON_RevSurface | |
| ON_Surface() | ON_Surface | |
| ON_Surface(const ON_Surface &) | ON_Surface | |
| operator=(const ON_RevSurface &) | ON_RevSurface | |
| ON_Surface::operator=(const ON_Surface &) | ON_Surface | |
| ON_Geometry::operator=(const ON_Geometry &) | ON_Geometry | |
| ON_Object::operator=(const ON_Object &) | ON_Object | |
| PointAt(double, double) const | ON_Surface | |
| Pullback(const ON_Curve &curve_3d, double tolerance, const ON_Interval *curve_3d_subdomain=NULL, ON_3dPoint start_uv=ON_UNSET_POINT, ON_3dPoint end_uv=ON_UNSET_POINT) const | ON_Surface | virtual | 
| PullbackCurveProxy(const ON_CurveProxy &curveproxy_3d, double tolerance, const ON_Interval *curve_3d_subdomain, ON_3dPoint start_uv, ON_3dPoint end_uv) const | ON_Surface | protected | 
| PullbackPolyCurve(const ON_PolyCurve &polycurve_3d, double tolerance, const ON_Interval *curve_3d_subdomain, ON_3dPoint start_uv, ON_3dPoint end_uv) const | ON_Surface | protected | 
| PurgeUserData() | ON_Object | |
| Pushup(const ON_Curve &curve_2d, double tolerance, const ON_Interval *curve_2d_subdomain=NULL) const | ON_Surface | virtual | 
| PushupCurveProxy(const ON_CurveProxy &curveproxy_2d, double tolerance, const ON_Interval *curve_2d_subdomain) const | ON_Surface | protected | 
| PushupPolyCurve(const ON_PolyCurve &polycurve_2d, double tolerance, const ON_Interval *curve_2d_subdomain) const | ON_Surface | protected | 
| Read(ON_BinaryArchive &) | ON_RevSurface | virtual | 
| Reverse(int) | ON_RevSurface | virtual | 
| Rotate(double sin_angle, double cos_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) | ON_Geometry | |
| Rotate(double rotation_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) | ON_Geometry | |
| S_iso enum value | ON_Surface | |
| Scale(double scale_factor) | ON_Geometry | |
| SetAngleDegrees(double start_angle_degrees, double end_angle_degrees) | ON_RevSurface | |
| SetAngleRadians(double start_angle_radians, double end_angle_radians) | ON_RevSurface | |
| SetDomain(int dir, double t0, double t1) | ON_RevSurface | virtual | 
| ON_Surface::SetDomain(int dir, ON_Interval domain) | ON_Surface | |
| SetUserString(const wchar_t *key, const wchar_t *string_value) | ON_Object | |
| SizeOf() const | ON_RevSurface | virtual | 
| SpanCount(int) const | ON_RevSurface | virtual | 
| Split(int dir, double c, ON_Surface *&west_or_south_side, ON_Surface *&east_or_north_side) const | ON_RevSurface | virtual | 
| SurfaceTree() const | ON_Surface | |
| SwapCoordinates(int i, int j) | ON_Geometry | virtual | 
| Transform(const ON_Xform &) | ON_RevSurface | virtual | 
| TransformUserData(const ON_Xform &xform) | ON_Object | |
| Translate(const ON_3dVector &translation_vector) | ON_Geometry | |
| Transpose() | ON_RevSurface | virtual | 
| Trim(int dir, const ON_Interval &domain) | ON_RevSurface | virtual | 
| VolumeMassProperties(ON_MassProperties &mp, bool bVolume=true, bool bFirstMoments=true, bool bSecondMoments=true, bool bProductMoments=true, ON_3dPoint base_point=ON_UNSET_POINT, double rel_tol=1.0e-6, double abs_tol=1.0e-6) const | ON_Surface | |
| W_iso enum value | ON_Surface | |
| Write(ON_BinaryArchive &) const | ON_RevSurface | virtual | 
| x_iso enum value | ON_Surface | |
| y_iso enum value | ON_Surface | |
| ~ON_Geometry() | ON_Geometry | virtual | 
| ~ON_Object() | ON_Object | virtual | 
| ~ON_RevSurface() | ON_RevSurface | |
| ~ON_Surface() | ON_Surface | virtual |