ISurfaceEvaluate Method
Evaluates a surface mathematically.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
bool Evaluate(
double u,
double v,
int numberDerivatives,
out Point3 point,
out Vector3[] derivatives
)
Function Evaluate (
u As Double,
v As Double,
numberDerivatives As Integer,
<OutAttribute> ByRef point As Point3,
<OutAttribute> ByRef derivatives As Vector3()
) As Boolean
bool Evaluate(
double u,
double v,
int numberDerivatives,
[OutAttribute] Point3% point,
[OutAttribute] array<Vector3>^% derivatives
)
abstract Evaluate :
u : float *
v : float *
numberDerivatives : int *
point : Point3 byref *
derivatives : Vector3[] byref -> bool
- u Double
- A U parameter.
- v Double
- A V parameter.
- numberDerivatives Int32
- The number of derivatives.
- point Point3
- A point. This out parameter will be assigned during this call.
- derivatives Vector3
- A vector array. This out parameter will be assigned during this call. This can be null.
Booleantrue if the operation succeeded; false otherwise.