ON_OffsetSurface Member List

This is the complete list of members for ON_OffsetSurface, including all inherited members.

AggregateComponentStatus() constON_Objectvirtual
AttachUserData(class ON_UserData *pUserData)ON_Object
BaseSurface() constON_OffsetSurface
BoundingBox() constON_Geometry
BrepForm(ON_Brep *brep=nullptr) const overrideON_Surfacevirtual
ClearAllComponentStates() constON_Object
ClearBoundingBox()ON_Geometryvirtual
ClearComponentStates(ON_ComponentStatus states_to_clear) constON_Objectvirtual
ClearComponentStates(ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_clear) constON_Objectvirtual
ComponentIndex() constON_Geometryvirtual
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
DataCRC(ON__UINT32 current_remainder) const overrideON_SurfaceProxyvirtual
Degree(int) const overrideON_SurfaceProxyvirtual
DeleteComponents(const ON_COMPONENT_INDEX *ci_list, size_t ci_count)ON_Objectvirtual
DestroyRuntimeCache(bool bDelete=true) overrideON_SurfaceProxyvirtual
DestroySurfaceTree()ON_Surface
DetachUserData(class ON_UserData *pUserData)ON_Object
Dimension() const overrideON_SurfaceProxyvirtual
Domain(int) const overrideON_SurfaceProxyvirtual
Dump(ON_TextLog &) const overrideON_SurfaceProxyvirtual
DuplicateSurface() const overrideON_SurfaceProxyvirtual
E_iso enum valueON_Surface
EmergencyDestroy()ON_Object
Ev1Der(double u, double v, ON_3dPoint &point, ON_3dVector &du, ON_3dVector &dv, int quadrant=0, int *hint=0) constON_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) constON_Surface
Evaluate(double, double, int, int, double *, int=0, int *=0) const overrideON_OffsetSurfacevirtual
EvaluatePoint(const class ON_ObjRef &objref, ON_3dPoint &P) const overrideON_Surfacevirtual
EvNormal(double u, double v, ON_3dPoint &point, ON_3dVector &normal, int quadrant=0, int *hint=0) constON_Surface
EvNormal(double u, double v, ON_3dVector &normal, int quadrant=0, int *hint=0) constON_Surface
EvNormal(double u, double v, ON_3dPoint &point, ON_3dVector &du, ON_3dVector &dv, ON_3dVector &normal, int=0, int *=0) constON_Surface
EvPoint(double u, double v, ON_3dPoint &point, int quadrant=0, int *hint=0) constON_Surface
Extend(int dir, const ON_Interval &domain)ON_Surfacevirtual
FirstUserData() constON_Object
FrameAt(double u, double v, ON_Plane &frame) constON_Surface
GetBBox(double *boxmin, double *boxmax, bool bGrowBox=false) const overrideON_OffsetSurfacevirtual
GetBoundingBox(ON_BoundingBox &bbox, bool bGrowBox=false) constON_Geometry
GetBoundingBox(ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, bool bGrowBox=false) constON_Geometry
GetComponentsWithSetStates(ON_ComponentStatus states_filter, bool bAllEqualStates, ON_SimpleArray< ON_COMPONENT_INDEX > &components) constON_Objectvirtual
GetDomain(int dir, double *t0, double *t1) constON_Surface
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 overrideON_SurfaceProxyvirtual
GetNurbForm(ON_NurbsSurface &, double=0.0) const overrideON_SurfaceProxyvirtual
GetNurbFormParameterFromSurfaceParameter(double surface_s, double surface_t, double *nurbs_s, double *nurbs_t) const overrideON_SurfaceProxyvirtual
GetParameterTolerance(int, double, double *, double *) const overrideON_SurfaceProxyvirtual
GetSpanVector(int, double *) const overrideON_SurfaceProxyvirtual
GetSpanVectorIndex(int dir, double t, int side, int *span_vector_index, ON_Interval *span_interval) constON_Surfacevirtual
GetSurfaceParameterFromNurbFormParameter(double nurbs_s, double nurbs_t, double *surface_s, double *surface_t) const overrideON_SurfaceProxyvirtual
GetSurfaceSize(double *width, double *height) const overrideON_SurfaceProxyvirtual
GetTightBoundingBox(class ON_BoundingBox &tight_bbox, bool bGrowBox=false, const class ON_Xform *xform=nullptr) constON_Geometryvirtual
GetUserData(const ON_UUID &userdata_uuid) constON_Object
GetUserString(const wchar_t *key, ON_wString &string_value) constON_Object
GetUserStringKeys(ON_ClassArray< ON_wString > &user_string_keys) constON_Object
GetUserStrings(ON_ClassArray< ON_UserString > &user_strings) constON_Object
HasBrepForm() const overrideON_Surfacevirtual
HasNurbForm() const overrideON_SurfaceProxyvirtual
IsAtSeam(double s, double t) constON_Surface
IsAtSingularity(double s, double t, bool bExact=true) constON_Surface
IsClosed(int) const overrideON_SurfaceProxyvirtual
IsCone(ON_Cone *cone=nullptr, double tolerance=ON_ZERO_TOLERANCE) constON_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 overrideON_SurfaceProxyvirtual
IsCylinder(ON_Cylinder *cylinder=nullptr, double tolerance=ON_ZERO_TOLERANCE) constON_Surface
IsDeformable() constON_Geometryvirtual
IsIsoparametric(const ON_Curve &curve, const ON_Interval *curve_domain=nullptr) const overrideON_SurfaceProxyvirtual
IsIsoparametric(const ON_BoundingBox &bbox) const overrideON_SurfaceProxyvirtual
IsKindOf(const ON_ClassId *pClassId) constON_Object
ISO enum nameON_Surface
iso_count enum valueON_Surface
IsoCurve(int dir, double c) const overrideON_SurfaceProxyvirtual
IsPeriodic(int) const overrideON_SurfaceProxyvirtual
IsPlanar(ON_Plane *plane=nullptr, double tolerance=ON_ZERO_TOLERANCE) const overrideON_SurfaceProxyvirtual
IsSingular(int) const overrideON_SurfaceProxyvirtual
IsSolid() constON_Surface
IsSphere(ON_Sphere *sphere=nullptr, double tolerance=ON_ZERO_TOLERANCE) constON_Surface
IsTorus(ON_Torus *torus=nullptr, double tolerance=ON_ZERO_TOLERANCE) constON_Surface
IsValid(class ON_TextLog *text_log=nullptr) const overrideON_SurfaceProxyvirtual
MakeDeformable()ON_Geometryvirtual
MarkAggregateComponentStatusAsNotCurrent() constON_Objectvirtual
MemoryRelocate()ON_Objectvirtual
ModelObjectId() constON_Objectvirtual
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 valueON_Surface
NormalAt(double, double) constON_Surface
not_iso enum valueON_Surface
NurbsSurface(ON_NurbsSurface *pNurbsSurface=nullptr, double tolerance=0.0, const ON_Interval *s_subdomain=nullptr, const ON_Interval *t_subdomain=nullptr) constON_Surface
ObjectType() const overrideON_Surfacevirtual
OffsetFunction()ON_OffsetSurface
OffsetFunction() constON_OffsetSurface
ON_Geometry()=defaultON_Geometry
ON_Geometry(const ON_Geometry &)=defaultON_Geometry
ON_Object() ON_NOEXCEPTON_Object
ON_Object(const ON_Object &)ON_Object
ON_OffsetSurface()ON_OffsetSurface
ON_OffsetSurface(const ON_OffsetSurface &src)ON_OffsetSurface
ON_Surface()ON_Surface
ON_Surface(const ON_Surface &)ON_Surface
ON_SurfaceProxy()ON_SurfaceProxy
ON_SurfaceProxy(const ON_Surface *)ON_SurfaceProxy
ON_SurfaceProxy(const ON_SurfaceProxy &)ON_SurfaceProxy
operator=(const ON_OffsetSurface &src)ON_OffsetSurface
ON_SurfaceProxy::operator=(const ON_SurfaceProxy &)ON_SurfaceProxy
ON_Surface::operator=(const ON_Surface &)ON_Surface
ON_Geometry::operator=(const ON_Geometry &)=defaultON_Geometry
ON_Object::operator=(const ON_Object &)ON_Object
PointAt(double, double) constON_Surface
ProxySurface() constON_SurfaceProxy
ProxySurfaceIsTransposed() constON_SurfaceProxy
PurgeUserData()ON_Object
Read(ON_BinaryArchive &) overrideON_SurfaceProxyvirtual
Reverse(int) overrideON_SurfaceProxyvirtual
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 valueON_Surface
Scale(double scale_factor)ON_Geometry
SetBaseSurface(const ON_Surface *base_surface)ON_OffsetSurface
SetBaseSurface(ON_Surface *base_surface, bool bManage)ON_OffsetSurface
SetComponentStates(ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_set) constON_Objectvirtual
SetComponentStatus(ON_COMPONENT_INDEX component_index, ON_ComponentStatus status_to_copy) constON_Objectvirtual
SetDomain(int dir, ON_Interval domain)ON_Surface
SetDomain(int dir, double t0, double t1)ON_Surfacevirtual
SetProxySurface(const ON_Surface *proxy_surface)ON_SurfaceProxy
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 overrideON_SurfaceProxyvirtual
SpanCount(int) const overrideON_SurfaceProxyvirtual
Split(int dir, double c, ON_Surface *&west_or_south_side, ON_Surface *&east_or_north_side) constON_Surfacevirtual
SwapCoordinates(int i, int j)ON_Geometryvirtual
Transform(const ON_Xform &) overrideON_SurfaceProxyvirtual
TransformUserData(const class ON_Xform &xform)ON_Object
Translate(const ON_3dVector &translation_vector)ON_Geometry
Transpose() overrideON_SurfaceProxyvirtual
Trim(int dir, const ON_Interval &domain)ON_Surfacevirtual
UnsetON_Geometrystatic
UpdateReferencedComponents(const class ON_ComponentManifest &source_manifest, const class ON_ComponentManifest &destination_manifest, const class ON_ManifestMap &manifest_map)ON_Objectvirtual
UserDataConflictResolution enum nameON_Object
UserStringCount() constON_Object
W_iso enum valueON_Surface
Write(ON_BinaryArchive &) const overrideON_SurfaceProxyvirtual
x_iso enum valueON_Surface
y_iso enum valueON_Surface
~ON_Geometry()=defaultON_Geometry
~ON_Object()ON_Objectvirtual
~ON_OffsetSurface()ON_OffsetSurface
~ON_Surface()ON_Surfacevirtual
~ON_SurfaceProxy()ON_SurfaceProxyvirtual