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: 26.4.0.0 (26.4.0.0)
Sintassi
C#
public static Point Polar(
	Point oPoint,
	double ang,
	double dist
)

Parametri

oPoint  Point

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

ang  Double

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

dist  Double

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

Valore di ritorno

Point

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

Vedi anche