Click or drag to resize

Metodo QsInventorUtilsCreateUCS

Create an UCS work features given a point

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

Parametri

doc
Tipo: Document

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

xCoord
Tipo: SystemDouble

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

yCoord
Tipo: SystemDouble

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

zCoord
Tipo: SystemDouble

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

Valore di ritorno

Tipo: UserCoordinateSystem

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

Vedi anche