Point
|
| Name | Description | |
|---|---|---|
| PointOnSurface | Default constructor for the PointOnSurface class. Creates a default corresponding C++ object with a point on the XY plane with a parameter value of (0,0). | |
| PointOnSurface(Surface, Point2d) | Constructor for the PointOnSurface class. Constructs a point that lies on a specified surface and has a specified parameter value for u-axis and v-axis. |