Gets the intersection with the surface and the normal to the surface of a perpendicular dropped from a point to the surface.
Role: If an initial guess of the parameter values for the foot of the
perpendicular is given, it is assumed to be close to the desired position,
allowing faster processing.
For an open surface, there may be no perpendicular at all if the given point is
beyond the boundary. In this case, a perpendicular will be dropped to a boundary
edge, even though this is not perpendicular to the surface itself. If there is
no perpendicular to the edges, then one of the corners will be returned as the
foot. The normal direction will always be the normal to the surface at the foot.
Errors: Returns without setting any arguments if the input surface is NULL.
Effect: Read-only
Parameters:
point
given point.
bs
given surface.
foot
returned foot of perpendicular.
norm
returned normal.
uv_guess
returned guess uv if known.
uv_actual
returned actual uv used.
var
var.
This object is included in the file: sp3srtn.hxx
Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.