NurbSurfaceGetParameterOfPoint Method

Returns the u and v parameter for a point on the surface.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void GetParameterOfPoint(
        Point3d point,
        out double dU,
        out double dV
)

Parameters

point  Point3d
[in] A point on the surface.
dU  Double
[out] Receives the u parameter.
dV  Double
[out] Receives the v parameter.
Remarks
If the surface doesn't contain the control point information, the method throws the eFail exception. If this method is not implemented for a specific modeler, throws the eNotImplementedYet exception.
See Also

©  Bricsys NV. All rights reserved.