PointOnSurface(Surface, Point2d) Constructor

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.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 25.3.0.0
Syntax
public PointOnSurface(
        Surface surf,
        Point2d point
)

Parameters

surf  Surface
[in] Surface on which this point lies.
point  Point2d
[in] Parameter value for this point. The x-coordinate corresponds to u, and the y-coordinate corresponds to y.
See Also

©  Bricsys NV. All rights reserved.