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