PanelSurfaceBoundaryCondition
The type of boundary condition applied to panels in a mesh.
namespace Autodesk.DesignScript.Geometry
{
public enum PanelSurfaceBoundaryCondition
{
Keep,
Remove,
RemoveVertices,
Trim
}
}