Click or drag to resize

Metodo QsInventorUtilsCreateOriginFlushConstraints

Create Origin Flush Constraints

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 27.1.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  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  Double  (Optional)
Offset in cm between YZ Planes
XZPlaneOffset  Double  (Optional)
Offset in cm between XZ Planes
XYPlaneOffset  Double  (Optional)
Offset in cm between XY Planes
YZPlaneAligned  Boolean  (Optional)

[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  Boolean  (Optional)

[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  Boolean  (Optional)

[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

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