GH_PointRefDataEvSurface Method |
Evaluate this reference structure when applied to the surface
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic Point3d EvSurface(
Surface s
)
Public Function EvSurface (
s As Surface
) As Point3d
Parameters
- s
- Type: Surface
The surface to act on.
Return Value
Type:
Point3dA point if successful, or Nothing
RemarksSurface is evaluated at normalized {uv} parameters
See Also