Get3dCurveFrom2dCurve |
Function that calculates the equivalent 3D curve for a 2D curve defined in the parametric space of the surface associated with the evaluator. The resulting transient geometry 3D curve is returned. The type of curve(s) returned is dependent on the shape of the input curve and the surface. |
GetCurvatures |
Calculates the curvature direction and magnitude of the curve at the given parameter values. |
GetFirstDerivatives |
Calculates the first order derivatives at the given parameter values on the surface. |
GetIsoCurve |
Function that extracts a curve from the surface that follows a constant u or v parameter along the surface. It will have the same properties of the surface in the direction of the extraction. For example, if a curve is extracted from a periodic surface in the direction where it is periodic, the extracted curve will also be periodic. The type of curve returned is dependent on the shape the surface. |
GetNormal |
Method that gets the surface normal. |
GetNormalAtPoint |
Function that returns the normal vectors for the specified points. |
GetParamAnomaly |
Gets general information about the parameterization of the surface, such as whether or not it is periodic, singular, or unbounded in the parameter domain. |
GetParamAtPoint |
Calculates the parameter value on the surface that is equal to the specified point. The point must lie on the surface. |
GetPointAtParam |
Calculates the coordinate points at the given parameter values on the surface. |
GetSecondDerivatives |
Calculates the second order derivatives at the given parameter values on the surface. |
GetTangents |
Calculates the tangency directions at the given parameter values on the curve. |
GetThirdDerivatives |
Calculates the third order derivatives at the given parameter values on the surface. |