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: 25.3.0.0 (25.3.0.0)
Sintassi
C#
public static void GetModelSketches(
	DrawingView drwView,
	List<string> sketchesName = null,
	bool areVisible = true
)

Parametri

drwView  DrawingView

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

sketchesName  ListString  (Optional)
optional list of sketches to be included
areVisible  Boolean  (Optional)

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

Vedi anche