Gets the angle between this vector and its projection onto the specified plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AngleOnPlane( _
IMathPlane* Plane As MathPlane _
) As System.Double |
C# | |
---|
System.double AngleOnPlane(
MathPlane Plane
) |
JavaScript | |
---|
AngleOnPlane(
Plane : MathPlane\n) : Number |
Parameters
- Plane
- IMathPlane
Parameters
- Angle[out] or Return Value
- Angle between this vector and Plane
See Also
Availability
DraftSight V1R1.4