Triangle3dIsPointOn Method |
Gets a value indicating if the the Point3d is on an segment of the current triangle.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsPointOn(
Point3d pt
)
Public Function IsPointOn (
pt As Point3d
) As Boolean
public:
bool IsPointOn(
Point3d pt
)
member IsPointOn :
pt : Point3d -> bool
Parameters
- pt
- Type: Point3d
Point to be evaluated.
Return Value
Type:
Booleantrue, if the point is on a segment; false, otherwise.
See Also