Eyeshot 10 WinForms API Reference
FemMesh.clippingMethodType Enumeration

WinForms Assembly > devDept.Eyeshot.Entities Namespace : FemMesh.clippingMethodType Enumeration
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

Reference

devDept.Eyeshot.Entities Namespace