Click or drag to resize

Metodo QsInventorUtilsCreateUCS

Create an UCS work features given a point

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
C#
public static UserCoordinateSystem CreateUCS(
	Document doc,
	double xCoord,
	double yCoord,
	double zCoord
)

Parametri

doc  Document

[Manca <param nome="doc"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.CreateUCS(Inventor.Document,System.Double,System.Double,System.Double)"]

xCoord  Double

[Manca <param nome="xCoord"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.CreateUCS(Inventor.Document,System.Double,System.Double,System.Double)"]

yCoord  Double

[Manca <param nome="yCoord"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.CreateUCS(Inventor.Document,System.Double,System.Double,System.Double)"]

zCoord  Double

[Manca <param nome="zCoord"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.CreateUCS(Inventor.Document,System.Double,System.Double,System.Double)"]

Valore di ritorno

UserCoordinateSystem

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsInventorUtils.CreateUCS(Inventor.Document,System.Double,System.Double,System.Double)"]

Vedi anche