Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / SubdivideBy Method
The subdivision plane

In This Topic
    SubdivideBy Method
    In This Topic
    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