Returns the normal vector for the face at the given point.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public XYZ ComputeNormal( UV point )
Parameters
- point UV
- The parameters to be evaluated, in natural parameterization of the face.
Return Value
XYZThe normal vector. This vector will be normalized.