|
|
IBrepFace Methods |
The IBrepFace type exposes the following members.
| Name | Description | |
|---|---|---|
| ClosestPoint |
Input the parameters of the point on the surface that is closest to testPoint.
(Inherited from ISurface.) | |
| Domain | Gets the domain in a direction. (Inherited from ISurface.) | |
| Evaluate |
Evaluates a surface mathematically.
(Inherited from ISurface.) | |
| GetSurfaceSize |
Gets an estimate of the size of the rectangle that would be created
if the 3d surface where flattened into a rectangle.
(Inherited from ISurface.) | |
| IsoCurve | Gets isoparametric curve. (Inherited from ISurface.) | |
| NormalAt |
Computes the surface normal at a point.
(Inherited from ISurface.)This is the simple evaluation call - it does not support error handling. | |
| PointAt |
Evaluates a point at a given parameter.
(Inherited from ISurface.) | |
| SetDomain |
Sets the surface domain of this face.
| |
| ToBrep |
Converts face to a brep.
| |
| UnderlyingSurface |
Gets the untrimmed surface that is the base of this face.
|