| Rhino C++ API
    8.24
    | 
This is the complete list of members for ON_ClippingPlaneSurface, including all inherited members.
| AggregateComponentStatus() const | ON_Object | virtual | 
| AreaMassProperties(class 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(class ON_UserData *pUserData) | ON_Object | |
| BoundingBox() const | ON_Geometry | |
| BrepForm(ON_Brep *brep=nullptr) const override | ON_Surface | virtual | 
| ClearAllComponentStates() const | ON_Object | |
| ClearBoundingBox() | ON_Geometry | virtual | 
| ClearComponentStates(ON_ComponentStatus states_to_clear) const | ON_Object | virtual | 
| ClearComponentStates(ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_clear) const | ON_Object | virtual | 
| ComponentIndex() const | ON_Geometry | virtual | 
| CopyUserData(const ON_Object &source_object, ON_UUID source_userdata_item_id, ON_Object::UserDataConflictResolution userdata_conflict_resolution) | 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 | 
| CreateLinearLoft(int curve_count, const ON_Curve *const *curve_list, double k, int is_closed=0, class ON_NurbsSurface *nurbs_surface=0) | ON_Surface | static | 
| CreateMesh(const ON_MeshParameters &mp, ON_Mesh *mesh=nullptr) const override | ON_PlaneSurface | virtual | 
| CreateMesh(ON_Mesh *mesh=nullptr) const | ON_PlaneSurface | |
| CreatePlaneThroughBox(const ON_Plane &plane, const ON_BoundingBox &bbox, double padding=0.0625) | ON_PlaneSurface | |
| CreatePlaneThroughBox(const ON_PlaneEquation &plane, const ON_BoundingBox &bbox, double padding=0.0625) | ON_PlaneSurface | |
| CreatePseudoInfinitePlane(ON_PlaneEquation plane_equation, const ON_BoundingBox &bbox, double padding=0.0625) | ON_PlaneSurface | |
| CreatePseudoInfinitePlane(const ON_Plane &plane, const ON_BoundingBox &bbox, double padding=0.0625) | ON_PlaneSurface | |
| CreatePseudoInfinitePlane(const ON_Plane &plane, int point_count, const ON_3dPoint *point_list, double padding=0.0625) | ON_PlaneSurface | |
| CreateSurfaceTree() const | ON_Surface | virtual | 
| DataCRC(ON__UINT32 current_remainder) const override | ON_ClippingPlaneSurface | virtual | 
| Default() | ON_ClippingPlaneSurface | |
| Degree(int) const override | ON_PlaneSurface | virtual | 
| DeleteComponents(const ON_COMPONENT_INDEX *ci_list, size_t ci_count) | ON_Object | virtual | 
| DestroyRuntimeCache(bool bDelete=true) override | ON_Surface | virtual | 
| DestroySurfaceTree() | ON_Surface | |
| DetachUserData(class ON_UserData *pUserData) | ON_Object | |
| Dimension() const override | ON_PlaneSurface | virtual | 
| Domain(int) const override | ON_PlaneSurface | virtual | 
| Dump(ON_TextLog &) const override | ON_ClippingPlaneSurface | virtual | 
| DumpUserData(const wchar_t *description, ON_TextLog &text_log) const | ON_Object | |
| DuplicateSurface() const | ON_Surface | virtual | 
| E_iso enum value | ON_Surface | |
| EmergencyDestroy() | ON_Object | |
| 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 override | ON_PlaneSurface | virtual | 
| EvaluatePoint(const class ON_ObjRef &objref, ON_3dPoint &P) const override | 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) override | ON_PlaneSurface | virtual | 
| Extents(int dir) const | ON_PlaneSurface | |
| FirstUserData() const | ON_Object | |
| FrameAt(double u, double v, ON_Plane &frame) const | ON_Surface | |
| GetBBox(double *boxmin, double *boxmax, bool bGrowBox=false) const override | ON_PlaneSurface | virtual | 
| GetBoundingBox(ON_BoundingBox &bbox, bool bGrowBox=false) const | ON_Geometry | |
| GetBoundingBox(ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, bool 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 override | ON_PlaneSurface | virtual | 
| GetComponentsWithSetStates(ON_ComponentStatus states_filter, bool bAllEqualStates, ON_SimpleArray< ON_COMPONENT_INDEX > &components) const | ON_Object | virtual | 
| GetDomain(int dir, double *t0, double *t1) const | ON_Surface | |
| GetIsoPushupDirection(const ON_Curve &curve_2d, double tolerance, const ON_Interval *curve_2d_subdomain, double *c, ON_Interval *c3_dom) const | ON_Surface | |
| GetLocalClosestPoint(const ON_3dPoint &, double, double, double *, double *, const ON_Interval *=nullptr, const ON_Interval *=nullptr) const override | ON_PlaneSurface | virtual | 
| GetNextDiscontinuity(int dir, ON::continuity c, double t0, double t1, double *t, int *hint=nullptr, int *dtype=nullptr, double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE, double curvature_tolerance=ON_SQRT_EPSILON) const override | ON_PlaneSurface | virtual | 
| GetNurbForm(ON_NurbsSurface &, double=0.0) const override | ON_PlaneSurface | virtual | 
| GetNurbFormParameterFromSurfaceParameter(double surface_s, double surface_t, double *nurbs_s, double *nurbs_t) const | ON_Surface | virtual | 
| GetParameterTolerance(int, double, double *, double *) const override | ON_PlaneSurface | virtual | 
| GetSilhouette(const ON_Interval *udom, const ON_Interval *vdom, const ON_SilhouetteParameters parameters, const ON_PlaneEquation *clipping_planes, size_t clipping_plane_count, ON_ClassArray< ON_SIL_EVENT > &silhouettes, ON_ProgressReporter *progress, ON_Terminator *terminator) const | ON_Surface | |
| GetSpanVector(int, double *) const override | ON_PlaneSurface | 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_Surface | virtual | 
| GetSurfaceParameterFromNurbFormParameter(const ON_Curve &curve3d, const ON_Curve &ns_curve2dX, double fit_tolerance) const | ON_Surface | |
| GetSurfaceSize(double *width, double *height) const override | ON_PlaneSurface | virtual | 
| GetTightBoundingBox(class ON_BoundingBox &tight_bbox, bool bGrowBox=false, const class ON_Xform *xform=nullptr) 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 override | ON_Surface | virtual | 
| HasNurbForm() const override | ON_PlaneSurface | virtual | 
| IntersectPlane(ON_PlaneEquation plane_equation, ON_ClassArray< ON_SSX_EVENT > &x, double intersection_tolerance=0.0, double overlap_tolerance=0.0, double fitting_tolerance=0.0, const ON_Interval *surface_udomain=0, const ON_Interval *surface_vdomain=0) const | ON_Surface | |
| 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 override | ON_PlaneSurface | virtual | 
| IsCone(ON_Cone *cone=nullptr, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsContinuous(ON::continuity c, double s, double t, int *hint=nullptr, double point_tolerance=ON_ZERO_TOLERANCE, double d1_tolerance=ON_ZERO_TOLERANCE, double d2_tolerance=ON_ZERO_TOLERANCE, double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE, double curvature_tolerance=ON_SQRT_EPSILON) const override | ON_PlaneSurface | virtual | 
| IsCorrupt(bool bRepair, bool bSilentError, class ON_TextLog *text_log) const | ON_Object | |
| IsCylinder(ON_Cylinder *cylinder=nullptr, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsDeformable() const | ON_Geometry | virtual | 
| IsIsoparametric(const ON_Curve &curve, const ON_Interval *curve_domain=nullptr) 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 override | ON_PlaneSurface | virtual | 
| IsPeriodic(int) const override | ON_PlaneSurface | virtual | 
| IsPlanar(ON_Plane *plane=nullptr, double tolerance=ON_ZERO_TOLERANCE) const override | ON_PlaneSurface | virtual | 
| IsSingular(int) const override | ON_PlaneSurface | virtual | 
| IsSolid() const | ON_Surface | |
| IsSphere(ON_Sphere *sphere=nullptr, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsTorus(ON_Torus *torus=nullptr, double tolerance=ON_ZERO_TOLERANCE) const | ON_Surface | |
| IsValid(class ON_TextLog *text_log=nullptr) const override | ON_PlaneSurface | virtual | 
| m_clipping_plane | ON_ClippingPlaneSurface | |
| m_domain | ON_PlaneSurface | protected | 
| m_extents | ON_PlaneSurface | protected | 
| m_plane | ON_PlaneSurface | |
| MakeDeformable() | ON_Geometry | virtual | 
| MarkAggregateComponentStatusAsNotCurrent() const | ON_Object | virtual | 
| MemoryRelocate() | ON_Object | virtual | 
| ModelObjectId() const | ON_Object | virtual | 
| Morph(const class ON_SpaceMorph &morph) | ON_Geometry | virtual | 
| MoveUserData(ON_Object &source_object, ON_UUID source_userdata_item_id, ON_Object::UserDataConflictResolution userdata_conflict_resolution, bool bDeleteAllSourceItems) | ON_Object | |
| MoveUserData(ON_Object &source_object) | ON_Object | |
| N_iso enum value | ON_Surface | |
| NormalAt(double, double) const | ON_Surface | |
| not_iso enum value | ON_Surface | |
| NurbsSurface(ON_NurbsSurface *pNurbsSurface=nullptr, double tolerance=0.0, const ON_Interval *s_subdomain=nullptr, const ON_Interval *t_subdomain=nullptr) const | ON_Surface | |
| ObjectType() const override | ON_ClippingPlaneSurface | virtual | 
| Offset(double offset_distance, double tolerance, double *max_deviation=nullptr) const override | ON_PlaneSurface | virtual | 
| ON_ClippingPlaneSurface() | ON_ClippingPlaneSurface | |
| ON_ClippingPlaneSurface(const ON_Plane &src) | ON_ClippingPlaneSurface | |
| ON_ClippingPlaneSurface(const ON_PlaneSurface &src) | ON_ClippingPlaneSurface | |
| ON_Geometry()=default | ON_Geometry | |
| ON_Geometry(const ON_Geometry &)=default | ON_Geometry | |
| ON_Object() ON_NOEXCEPT | ON_Object | |
| ON_Object(const ON_Object &) | ON_Object | |
| ON_PlaneSurface() | ON_PlaneSurface | |
| ON_PlaneSurface(const ON_PlaneSurface &) | ON_PlaneSurface | |
| ON_PlaneSurface(const ON_Plane &) | ON_PlaneSurface | |
| ON_Surface() | ON_Surface | |
| ON_Surface(const ON_Surface &) | ON_Surface | |
| operator=(const ON_Plane &src) | ON_ClippingPlaneSurface | |
| operator=(const ON_PlaneSurface &src) | ON_ClippingPlaneSurface | |
| ON_Surface::operator=(const ON_Surface &) | ON_Surface | |
| ON_Geometry::operator=(const ON_Geometry &)=default | 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=nullptr, ON_3dPoint start_uv=ON_3dPoint::UnsetPoint, ON_3dPoint end_uv=ON_3dPoint::UnsetPoint, ON_FitResult *rc=0) const override | ON_PlaneSurface | virtual | 
| PullbackCurveProxy(const ON_CurveProxy &curveproxy_3d, double tolerance, const ON_Interval *curve_3d_subdomain, ON_3dPoint start_uv, ON_3dPoint end_uv, ON_FitResult *rc) 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, ON_FitResult *rc) const | ON_Surface | protected | 
| PurgeUserData() | ON_Object | |
| Pushup(const ON_Curve &curve_2d, double tolerance, const ON_Interval *curve_2d_subdomain=nullptr, ON_FitResult *rc=0) const override | ON_PlaneSurface | virtual | 
| PushupCurveProxy(const ON_CurveProxy &curveproxy_2d, double tolerance, const ON_Interval *curve_2d_subdomain, ON_FitResult *rc) const | ON_Surface | protected | 
| PushupPolyCurve(const ON_PolyCurve &polycurve_2d, double tolerance, const ON_Interval *curve_2d_subdomain, ON_FitResult *rc) const | ON_Surface | protected | 
| Read(ON_BinaryArchive &) override | ON_ClippingPlaneSurface | virtual | 
| Reverse(int) override | ON_PlaneSurface | 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 | |
| SetComponentStates(ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_set) const | ON_Object | virtual | 
| SetComponentStatus(ON_COMPONENT_INDEX component_index, ON_ComponentStatus status_to_copy) const | ON_Object | virtual | 
| SetDomain(int dir, double t0, double t1) override | ON_PlaneSurface | virtual | 
| ON_Surface::SetDomain(int dir, ON_Interval domain) | ON_Surface | |
| SetExtents(int dir, ON_Interval extents, bool bSynchDomain=false) | ON_PlaneSurface | |
| SetUserString(const wchar_t *key, const wchar_t *string_value) | ON_Object | |
| SetUserStrings(int count, const ON_UserString *user_strings, bool bReplace) | ON_Object | |
| SizeOf() const override | ON_ClippingPlaneSurface | virtual | 
| SpanCount(int) const override | ON_PlaneSurface | virtual | 
| SpanVector(int dir) const | ON_Surface | |
| Split(int dir, double c, ON_Surface *&west_or_south_side, ON_Surface *&east_or_north_side) const override | ON_PlaneSurface | virtual | 
| SurfaceTree() const | ON_Surface | |
| SwapCoordinates(int i, int j) | ON_Geometry | virtual | 
| ThisIsNullptr(bool bSilentError) const | ON_Object | |
| TightBoundingBox() const | ON_Geometry | |
| Transform(const ON_Xform &) override | ON_PlaneSurface | virtual | 
| TransformUserData(const class ON_Xform &xform) | ON_Object | |
| Translate(const ON_3dVector &translation_vector) | ON_Geometry | |
| Transpose() override | ON_PlaneSurface | virtual | 
| Trim(int dir, const ON_Interval &domain) override | ON_PlaneSurface | virtual | 
| Unset | ON_Geometry | static | 
| UpdateReferencedComponents(const class ON_ComponentManifest &source_manifest, const class ON_ComponentManifest &destination_manifest, const class ON_ManifestMap &manifest_map) | ON_Object | virtual | 
| UserDataConflictResolution enum name | ON_Object | |
| UserStringCount() const | ON_Object | |
| VolumeMassProperties(class ON_MassProperties &mp, bool bVolume=true, bool bFirstMoments=true, bool bSecondMoments=true, bool bProductMoments=true, ON_3dPoint base_point=ON_3dPoint::UnsetPoint, 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 override | ON_ClippingPlaneSurface | virtual | 
| x_iso enum value | ON_Surface | |
| y_iso enum value | ON_Surface | |
| ~ON_ClippingPlaneSurface() | ON_ClippingPlaneSurface | |
| ~ON_Geometry()=default | ON_Geometry | |
| ~ON_Object() | ON_Object | virtual | 
| ~ON_PlaneSurface() | ON_PlaneSurface | virtual | 
| ~ON_Surface() | ON_Surface | virtual | 
 1.8.17
 1.8.17