Revit 2018 API |
Edge..::..EvaluateOnFace Method |
Edge Class See Also |
Evaluates a parameter on the edge to produce UV coordinates on the face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Syntax
C# |
---|
public UV EvaluateOnFace( double param, Face face ) |
Visual Basic |
---|
Public Function EvaluateOnFace ( _ param As Double, _ face As Face _ ) As UV |
Visual C++ |
---|
public: UV^ EvaluateOnFace( double param, Face^ face ) |
Parameters
- param
- Type: System..::..Double
The parameter to be evaluated, in [0,1].
- face
- Type: Autodesk.Revit.DB..::..Face
The face on which to perform the evaluation. Must belong to the edge.