Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam Class / SliceElementWithPlane Method

In This Topic
    SliceElementWithPlane Method (Beam)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function SliceElementWithPlane( _
       ByVal useTexture As Boolean, _
       ByVal clippingPlane As Plane, _
       ByVal vertices() As Point3D, _
       ByVal size As Size3D, _
       ByVal legend As Legend _
    ) As Mesh
    public override Mesh SliceElementWithPlane( 
       bool useTexture,
       Plane clippingPlane,
       Point3D[] vertices,
       Size3D size,
       Legend legend
    )

    Parameters

    useTexture
    clippingPlane
    vertices
    size
    legend
    See Also