Eyeshot 9.0 WinForms API Reference
CutBy(Plane) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid Class > CutBy Method : CutBy(Plane) Method
The plane
Cuts the part of the solid on the positive side of a plane.
Syntax
'Declaration
 
Public Overloads Function CutBy( _
   ByVal plane As Plane _
) As booleanFailureType
public booleanFailureType CutBy( 
   Plane plane
)

Parameters

plane
The plane

Return Value

True if the plane intersects the solid, false otherwise.
See Also

Reference

Solid Class
Solid Members
Overload List