Click or drag to resize

IBrepFace Methods

The IBrepFace type exposes the following members.

Methods
  NameDescription
Public methodClosestPoint
Input the parameters of the point on the surface that is closest to testPoint.
(Inherited from ISurface.)
Public methodDomain
Gets the domain in a direction.
(Inherited from ISurface.)
Public methodEvaluate
Evaluates a surface mathematically.
(Inherited from ISurface.)
Public methodCode exampleGetSurfaceSize
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.)
Public methodIsoCurve
Gets isoparametric curve.
(Inherited from ISurface.)
Public methodNormalAt
Computes the surface normal at a point.

This is the simple evaluation call - it does not support error handling.

(Inherited from ISurface.)
Public methodPointAt
Evaluates a point at a given parameter.
(Inherited from ISurface.)
Public methodSetDomain
Sets the surface domain of this face.
Public methodToBrep
Converts face to a brep.
Public methodUnderlyingSurface
Gets the untrimmed surface that is the base of this face.
Top
See Also