BezierSurface Methods |
The BezierSurface type exposes the following members.
Name | Description | |
---|---|---|
ControlVertexCount |
Number of control vertices in this surface
| |
CreateLoftedBezier |
Loft a bezier surface through a list of bezier curves.
| |
Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
Dispose(Boolean) |
For derived class implementers.
This method is called with argument true when class user calls Dispose(), while with argument false when the Garbage Collector invokes the finalizer, or Finalize() method. You must reclaim all used unmanaged resources in both cases, and can use this chance to call Dispose on disposable fields if the argument is true. Also, you must call the base virtual method within your overriding method. | |
Domain | Gets the domain in a direction. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.) | |
GetBoundingBox |
Bounding box solver. Gets the world axis aligned bounding box for the surface.
| |
GetControlVertex2d | Get location of a control vertex. | |
GetControlVertex3d | Get location of a control vertex. | |
GetControlVertex4d | Get location of a control vertex. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MakeNonRational | Make bezier non-rational | |
MakeRational | Make bezier rational | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PointAt | Evaluates point at a surface parameter. | |
Reverse |
Reverses parameterization Domain changes from [a,b] to [-b,-a]
| |
Split |
Divides the Bezier surface at the specified parameter.
| |
ToNurbsSurface |
Constructs a NURBS surface representation of this surface.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transform | Transforms the surface | |
Transpose |
Transposes surface parameterization (swap U and V)
|