Click or drag to resize

Metodo QsHelperGeometryPolar (Point, Double, Double)

Compute a point given a base point, angle and distance

Namespace:  InvNetLib.FutureLibrary
Assembly:  InvNetLib (in InvNetLib.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
C#
public static Point Polar(
	Point oPoint,
	double ang,
	double dist
)

Parametri

oPoint
Tipo: Point

[Manca <param nome="oPoint"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperGeometry.Polar(Inventor.Point,System.Double,System.Double)"]

ang
Tipo: SystemDouble

[Manca <param nome="ang"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperGeometry.Polar(Inventor.Point,System.Double,System.Double)"]

dist
Tipo: SystemDouble

[Manca <param nome="dist"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperGeometry.Polar(Inventor.Point,System.Double,System.Double)"]

Valore di ritorno

Tipo: Point

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsHelperGeometry.Polar(Inventor.Point,System.Double,System.Double)"]

Note