Click or drag to resize

SubDEvaluate Method (SubDComponentParameter, Point3d)

Evaluates the location of a point on this SubD's surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Evaluate(
	SubDComponentParameter parameter,
	out Point3d point
)

Parameters

parameter
Type: Rhino.GeometrySubDComponentParameter
The parameter to evaluate.
point
Type: Rhino.GeometryPoint3d
The surface point is returned here, or Unset if this fails.

Return Value

Type: Boolean
True if the evaluation succeeded.
See Also