Click or drag to resize

Metodo QsInventorUtilsCreateOriginFlushConstraints

Create Origin Flush Constraints

Namespace:  InvNetLib.FutureLibrary
Assembly:  InvNetLib (in InvNetLib.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
C#
public static ComponentOccurrence CreateOriginFlushConstraints(
	this ComponentOccurrence this,
	double YZPlaneOffset = 0,
	double XZPlaneOffset = 0,
	double XYPlaneOffset = 0,
	bool YZPlaneAligned = false,
	bool XZPlaneAligned = false,
	bool XYPlaneAligned = false
)

Parametri

this
Tipo: ComponentOccurrence

[Manca <param nome="this"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.CreateOriginFlushConstraints(Inventor.ComponentOccurrence,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean)"]

YZPlaneOffset (Optional)
Tipo: SystemDouble
Offset in cm between YZ Planes
XZPlaneOffset (Optional)
Tipo: SystemDouble
Offset in cm between XZ Planes
XYPlaneOffset (Optional)
Tipo: SystemDouble
Offset in cm between XY Planes
YZPlaneAligned (Optional)
Tipo: SystemBoolean

[Manca <param nome="YZPlaneAligned"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.CreateOriginFlushConstraints(Inventor.ComponentOccurrence,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean)"]

XZPlaneAligned (Optional)
Tipo: SystemBoolean

[Manca <param nome="XZPlaneAligned"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.CreateOriginFlushConstraints(Inventor.ComponentOccurrence,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean)"]

XYPlaneAligned (Optional)
Tipo: SystemBoolean

[Manca <param nome="XYPlaneAligned"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.CreateOriginFlushConstraints(Inventor.ComponentOccurrence,System.Double,System.Double,System.Double,System.Boolean,System.Boolean,System.Boolean)"]

Valore di ritorno

Tipo: ComponentOccurrence

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

Nota d'uso

In Visual Basic e C# puoi chiamare questo metodo come metodo di istanza su qualunque oggetto di tipo ComponentOccurrence. Quando usi la sintassi del metodo di istanza, devi omettere il primo parametro. Per maggiori informazioni, vedi Metodi di estensione (Visual Basic) o Metodi di estensione (C# Programming Guide).
Vedi anche