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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class > CutBy Method : CutBy(Surface,Boolean) Method
The cutting surface
When true the cut direction is inverted
Cuts this solid with the specified plane, overriding the original Solid3D with the result of the cut.
Syntax
'Declaration
 
Public Overloads Function CutBy( _
   ByVal surface As Surface, _
   Optional ByVal flip As Boolean _
) As Boolean
public bool CutBy( 
   Surface surface,
   bool flip
)

Parameters

surface
The cutting surface
flip
When true the cut direction is inverted

Return Value

If true the operation succeeds and the original Solid3D is modified, otherwise the operation failed and the original Solid3D is unmutated.
See Also

Reference

Solid3D Class
Solid3D Members
Overload List