|
|
RhinoSurface Methods |
The RhinoSurface type exposes the following members.
| Name | Description | |
|---|---|---|
| ClosestPoint |
Input the parameters of the point on the surface that is closest to testPoint.
| |
| Domain | Gets the domain in a direction. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Evaluate |
Evaluates a surface mathematically.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSurfaceSize |
Gets an estimate of the size of the rectangle that would be created
if the 3d surface where flattened into a rectangle.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsoCurve | Gets isoparametric curve. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NormalAt |
Computes the surface normal at a point.
This is the simple evaluation call - it does not support error handling. | |
| PointAt |
Evaluates a point at a given parameter.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |