Intersect3d.TriangleSegment Method
Public Shared Function TriangleSegment( _
ByVal tri As Triangle3d, _
ByVal seg As Line3d, _
ByRef pt As Point3d _
) As Boolean
This language is not supported or no code example is available.
public static bool TriangleSegment(
Triangle3d tri,
Line3d seg,
out Point3d pt
)
This language is not supported or no code example is available.
public:
static bool TriangleSegment(
Triangle3d^ tri,
Line3d^ seg,
Point3d^& pt
)
This language is not supported or no code example is available.
Parameters
- tri
- Triangle3d
- seg
- Line3d
- pt
- Point3d