Click or drag to resize
GeVectorAngleTo Method (GePlane)
Returns angle in [0,2*Pi] range between orthogonal projection of this vector into specified plane and specified plane plane X-axis.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeAngle AngleTo(
	GePlane plane
)

Parameters

plane
Type: FDF.Common.GeometriesGePlane

Return Value

Type: GeAngle
Angle in [0,2*Pi] range.
Remarks
AngleOnPlane Returns the angle between the orthogonal projection of this vector into the plane through the origin with the same normal as planar entity pln and the zeroth basis vector v0 of the planar entity pln provided by the function pln.getCoordSystem (p, v0, v1).
See Also