Face.ComputeDerivatives Method

Returns the first partial derivatives of the underlying surface at the specified point.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public Transform ComputeDerivatives(
	UV point
)

Parameters

point  UV
The parameters to be evaluated, in natural parameterization of the face.

Return Value

Transform
A transformation containing tangent vectors and a normal vector.

Remarks

The following is the meaning of the transformation members: None of the vectors are normalized.

See Also

Reference

Face Class
Autodesk.Revit.DB Namespace