Description
Returns the angle between the orthogonal projection of this vector into the plane through the origin with the same normal as planar entity plane and the zeroth basis vector v0 of the planar entity plane provided by the function plane.GetCoordinateSystem (p, v0, v1).
Visual Basic
Public Function AngleOnPlane( plane As PlanarEntity ) As double
C#
public double AngleOnPlane( PlanarEntity plane );
Parameters
| Parameters | Description |
|---|---|
| PlanarEntity plane | Input input plane |