Eyeshot 10 WinForms API Reference
CutBy(Plane,Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class > CutBy Method : CutBy(Plane,Boolean) Method
The plane
If false, the resulting mesh will not be closed
Cuts the part of the mesh on the positive side of a plane.
Syntax
'Declaration
 
Public Overloads Function CutBy( _
   ByVal plane As Plane, _
   ByVal close As Boolean _
) As booleanFailureType
public booleanFailureType CutBy( 
   Plane plane,
   bool close
)

Parameters

plane
The plane
close
If false, the resulting mesh will not be closed
See Also

Reference

Mesh Class
Mesh Members
Overload List