Click or drag to resize

Metodo QsInventorUtilsGetModelSketches

Include model sketches of the referenced document in the drawing.

Namespace:  InvNetLib.FutureLibrary
Assembly:  InvNetLib (in InvNetLib.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
C#
public static void GetModelSketches(
	DrawingView drwView,
	List<string> sketchesName = null,
	bool areVisible = true
)

Parametri

drwView
Tipo: DrawingView

[Manca <param nome="drwView"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.GetModelSketches(Inventor.DrawingView,System.Collections.Generic.List{System.String},System.Boolean)"]

sketchesName (Optional)
Tipo: System.Collections.GenericListString
optional list of sketches to be included
areVisible (Optional)
Tipo: SystemBoolean

[Manca <param nome="areVisible"/> documentazione per "M:InvNetLib.FutureLibrary.QsInventorUtils.GetModelSketches(Inventor.DrawingView,System.Collections.Generic.List{System.String},System.Boolean)"]

Vedi anche