IFace Interface

Common properties of face entities.
Public Interface IFace
This language is not supported or no code example is available.
public interface IFace
This language is not supported or no code example is available.
Methods
 
Name Description
Public method FindClosestTriangle(Transformation, Segment3D) Returns a list of triangles hit by the provided segment.
Public method FlipNormal() Flips face normals.
Public method GetPolygonMeshes() Gets a number of meshes representing this object (for readOnly purpose).
Public method Section(devDept.Geometry.Plane, double) Computes the contours resulting from the intersection of the face and the given plane.
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition