Eyeshot 10 WinForms API Reference
SplitBy(Plane,Boolean,Mesh[]) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class > SplitBy Method : SplitBy(Plane,Boolean,Mesh[]) Method
The splitting plane
When true, disjoint objects are separated into individual meshes
Array of new Meshes created by splitting
Splits this Mesh object by plane.
Syntax
'Declaration
 
Public Overloads Function SplitBy( _
   ByVal plane As Plane, _
   ByVal splitDisjoint As Boolean, _
   ByRef splits As Mesh() _
) As booleanFailureType
public booleanFailureType SplitBy( 
   Plane plane,
   bool splitDisjoint,
   out Mesh[] splits
)

Parameters

plane
The splitting plane
splitDisjoint
When true, disjoint objects are separated into individual meshes
splits
Array of new Meshes created by splitting

Return Value

Return true in case of success
See Also

Reference

Mesh Class
Mesh Members
Overload List