IGFace Interface

Common properties of face entities.
Public Interface IGFace 
Inherits ICloneable
This language is not supported or no code example is available.
public interface IGFace : ICloneable
This language is not supported or no code example is available.
Methods
 
Name Description
Public method ComputeTessellation(IRegenParams, out TessellationData) Computes the surface tessellation.
Public method ComputeTessellation(double, out TessellationData) Computes the surface tessellation.
Public method ConvertToMesh(double, double, natureType, bool) Converts this object to a single mesh.
Public method FlipNormal() Flips face normals.
Public method Section(Plane, double) Computes the contours resulting from the intersection of the face and the given plane.
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition