Click or drag to resize

Metodo QsHelperGeometryDistancePointToPlane

Returns the minimum distance of a point from plane

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 27.1.0
Sintassi
C#
public static double DistancePointToPlane(
	Point oPoint,
	Plane oPlane
)

Parametri

oPoint  Point

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

oPlane  Plane

[Manca <param nome="oPlane"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperGeometry.DistancePointToPlane(Inventor.Point,Inventor.Plane)"]

Valore di ritorno

Double

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

Vedi anche