Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetCutPlane Method

In This Topic
    GetCutPlane Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetCutPlane( _
       ByVal vect1 As Vector3D, _
       ByVal vect2 As Vector3D, _
       ByVal origin As Point3D, _
       ByVal invertSide As Boolean, _
       ByRef plane As Plane, _
       ByRef rotAxis As Vector3D _
    ) As Boolean
    public static bool GetCutPlane( 
       Vector3D vect1,
       Vector3D vect2,
       Point3D origin,
       bool invertSide,
       out Plane plane,
       out Vector3D rotAxis
    )

    Parameters

    vect1
    vect2
    origin
    invertSide
    plane
    rotAxis
    See Also