Eyeshot 10 WPF API Reference
SubdivideBy Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class : SubdivideBy Method
The subdivision plane
Subdivides the mesh by a plane.
Syntax
'Declaration
 
Public Function SubdivideBy( _
   ByVal plane As Plane _
) As booleanFailureType
public booleanFailureType SubdivideBy( 
   Plane plane
)

Parameters

plane
The subdivision plane

Return Value

A devDept.Eyeshot.booleanFailureType telling if the operation was successful.
Remarks
If the number of triangles doesn't change, the plane is passing through the mesh but is not cutting any triangle edge because some vertices are exactly on the plane.
See Also

Reference

Mesh Class
Mesh Members