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

In This Topic
    GetPlanarIntersectionProfile Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetPlanarIntersectionProfile( _
       ByVal plane As Plane, _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByRef onTheSameSide As Boolean _
    ) As List(Of Point3D)
    public static List<Point3D> GetPlanarIntersectionProfile( 
       Plane plane,
       Point3D min,
       Point3D max,
       out bool onTheSameSide
    )

    Parameters

    plane
    min
    max
    onTheSameSide
    See Also