IBaseGeoFace

Defines generic members of a face.

Declaration Syntax

public interface IBaseGeoFace

Table 1863: Members

Property

Area

Gets the area of the face.

Property

Bodies

Gets the list of bodies of the face.

Property

Centroid

Gets the centroid of the face.

Property

Edges

Gets the list of edges of the face.

Property

SurfaceType

Gets the surface type of the face.

Property

Vertices

Gets the list of vertices of the face.

Method

NormalAtParam(double, double)

Returns the normal vector for the given parameter values on the face.

Method

NormalsAtParams(double[])

Returns an array of normal vectors for the given set of parameters on the face.

Method

ParamAtPoint(double[])

Returns the parameter values (u,v) for the given point on the face.

Method

PointAtParam(double, double)

Returns the point for the given parameter values (u,v) on the face.

Method

PointsAtParams(double[])

Returns an array of point coordinates for the given set of parameters on the face.