Click or drag to resize

Metodo QsHelperGeometryPolar(Point2d, Double, Double)

compute a point given a base oint, angle and distance

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

Parametri

oPoint  Point2d

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

ang  Double

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

dist  Double

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

Valore di ritorno

Point2d

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

Vedi anche