This class represents non-uniform, rational B-Spline (NURBS) surfaces.
Corresponding C++ library: TD_Ge
File: GeNurbSurface.h
Module: API Reference
This is the overview for the OdGeNurbSurface constructor overload. | |
Destructor for the OdGeEntity3d class. (Inherited from OdGeEntity3d) |
Defines OdGeNurbSurface joining rules. |
| |
(Inherited from OdGeSurface) | |
This is the overview for the closestPointTo method overload. | |
Computes and retrieves the isoline for the specified value of U parameter. | |
Computes and retrieves the isoline for the specified value of V parameter. | |
Returns the specified control point in the control point array. | |
This is the overview for the convertFrom method overload. | |
Returns a copy of this entity. (Inherited from OdGeEntity3d) | |
Returns the degree in the U direction. | |
Returns the degree in the V direction. | |
Returns the distance to the point on this curve closest to the specified point. (Inherited from OdGeSurface) | |
Increases spline degree for corresponding dimension (U or V) by the specified value and returns a reference to this spline object. | |
This is the overview for the evalPoint method overload. | |
Returns the point on this surface closest to the specified point. (Inherited from OdGeSurface) | |
Retrieves the array of control points. | |
Retrieves the data used to define this surface. | |
Retrieves the derivatives at the point specified by param. | |
This is the overview for the getEnvelope method overload. | |
Returns bounding box of the whole surface or a part of it. The box is axis-aligned in the specified local coordinate system. It is guaranteed to enclose the surface, but not guaranteed to be tight/minimal. (Inherited from OdGeSurface) | |
Finds all poles of surface. Surface envelope not considered. In case of NurbSurface extreme points of envelope are checked. Input arrays may be not empty. In this case new poles will be written to the ends of the arrays. (Inherited from OdGeSurface) | |
Retrieves the knot vector in the U direction. | |
Retrieves the knot vector in the V direction. | |
Retrieves the array of weights. | |
Inserts new knot of provided multiplicity to the spline knot array for corresponding dimension (U or V). | |
Returns true if and only if this surface is closed in the U direction. (Inherited from OdGeSurface) | |
Returns true if and only if this surface is closed in the V direction. (Inherited from OdGeSurface) | |
Checks whether the specified entity is equal to this one. (Inherited from OdGeEntity3d) | |
Returns true if and only if this entity is of type (or is derived from) entType. (Inherited from OdGeEntity3d) | |
Checks orientation of the surface. (Inherited from OdGeSurface) | |
Checks normal direction. (Inherited from OdGeSurface) | |
Returns true if and only if the specified point is on this entity, as determined by the tolerance. (Inherited from OdGeEntity3d) | |
Determines if the passed point is on this surface and retrieves a 2D point that represents parametric values for the passed 3D point if it is on this surface. (Inherited from OdGeSurface) | |
Checks if this surface is periodic in the U direction, and returns the period. | |
Checks if this surface is periodic in the V direction, and returns the period. | |
Checks if this surface is rational in the U direction. | |
Checks if this surface is rational in the V direction. | |
Joins the specified OdGeNurbSurface with this OdGeNurbSurface by specified sides and returns a reference to the recomputed OdGeNurbSurface. | |
Returns a knot value for the specified knot. | |
This is the overview for the makeIsoparamCurve method overload. | |
Mirrors this entity about the specified plane, and returns a reference to this entity. (Inherited from OdGeEntity3d) | |
Returns the number of control points in the U direction. | |
Returns the number of control points in the V direction. | |
Returns the number of knots in the U direction. | |
Returns the number of knots in the V direction. | |
This is the overview for the paramOf method overload. | |
Returns the 2D pair of parameter values of a point on this surface. | |
Projects a point onto this surface. (Inherited from OdGeSurface) | |
Reverses the normal of this surface. (Inherited from OdGeSurface) | |
Rotates this entity by the specified angle about the axis defined by the point and the vector, and returns a reference to this entity. (Inherited from OdGeEntity3d) | |
Scales this entity by the scale factor about the basepoint, and returns a reference to this entity. (Inherited from OdGeEntity3d) | |
Sets the parameters for this spline according to the arguments, and returns a reference to this spline. | |
Sets the specified control point in the control point array. | |
Set the rectangle in parameter space that defines the parameter domain of this surface. (Inherited from OdGeSurface) | |
Sets the fit data for this spline and returns a reference to this surface object. | |
Returns a description of the singularity in the U direction: | |
Returns a description of the singularity in the V direction: | |
Applies the 3D transformation matrix to this entity, and returns a reference to this entity. (Inherited from OdGeEntity3d) | |
Applies the 3D translation vector to this entity, and returns a reference to this entity. (Inherited from OdGeEntity3d) | |
Returns the entity type. (Inherited from OdGeEntity3d) |
Comparison operator for the OdGeEntity3d object. (Inherited from OdGeEntity3d) | |
Assignment operator for the OdGeEntity3d object. (Inherited from OdGeEntity3d) | |
Assignment operator for the OdGeNurbSurface object. | |
Assignment operator for the OdGeSurface class. (Inherited from OdGeSurface) | |
Comparison operator for the OdGeEntity3d object. (Inherited from OdGeEntity3d) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|