CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Determins, whether the 3D point is on the plane. This is true when either the distance
of the point to the plane is less than eps, or the elevation of the vector from the
location of the plane to the point is less than epsa
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
C# |
---|
public static bool IsPointOnPlane( GeoPoint p, Plane pl ) |
Visual Basic |
---|
Public Shared Function IsPointOnPlane ( _ p As GeoPoint, _ pl As Plane _ ) As Boolean |
Visual C++ |
---|
public: static bool IsPointOnPlane( GeoPoint p, Plane pl ) |