Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / ClippingPlane Property

In This Topic
    ClippingPlane Property
    In This Topic
    Gets or sets the 3D clipping plane. Set to null/Nothing to disable it. Call ComputePlot(ViewportLayout,Legend) to see changes.
    Syntax
    'Declaration
     
    Public Property ClippingPlane As Plane
    public Plane ClippingPlane {get; set;}
    Remarks
    The geometry is clipped on the positive side of the plane.
    See Also