Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / FemMesh.clippingMethodType Enumeration

In This Topic
    FemMesh.clippingMethodType Enumeration
    In This Topic
    Clipping plane method type.
    Syntax
    'Declaration
     
    Public Enum FemMesh.clippingMethodType 
       Inherits System.Enum
    public enum FemMesh.clippingMethodType : System.Enum 
    Members
    MemberDescription
    ByElementClips the elements that intersect the plane and the ones on the positive side of the plane. Mesh
    Planar Clips the mesh elements exactly along the plane.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Entities.FemMesh.clippingMethodType

    See Also