Method ProjectOnSurface
ProjectOnSurface(uint, Point3, double)
project a point to a surface
Declaration
public Point2 ProjectOnSurface(uint surface, Point3 point, double precision = -1)
Parameters
Type | Name | Description |
---|---|---|
uint | surface | The surface |
Point3 | point | The point to project |
double | precision | Projection precision |
Returns
Type | Description |
---|---|
Point2 |