PointOnSurfaceGetUDerivative(Int32, Surface,
Point2d) Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static Vector3d GetUDerivative(
int order,
Surface surface,
Point2d point
)
Public Shared Function GetUDerivative (
order As Integer,
surface As Surface,
point As Point2d
) As Vector3d
public:
static Vector3d GetUDerivative(
int order,
Surface^ surface,
Point2d point
)
static member GetUDerivative :
order : int *
surface : Surface *
point : Point2d -> Vector3d
Parameters
- order Int32
-
- surface Surface
-
- point Point2d
-
Return Value
Vector3d
See Also