Click or drag to resize

Metodo QsInventorUtilsShowModelSketches(DrawingView, ComponentOccurrences, ListQsInventorUtilsShowModelSketchesOptionsPair, Boolean)

Metodo che si occupa accendere/spegnere gli schizzi definiti nel file di configurazione.

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
C#
public static bool ShowModelSketches(
	DrawingView oDrawView,
	ComponentOccurrences oOccs,
	List<QsInventorUtilsShowModelSketchesOptionsPair> optionsPairList,
	bool visible
)

Parametri

oDrawView  DrawingView

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

oOccs  ComponentOccurrences
occorrenze
optionsPairList  ListQsInventorUtilsShowModelSketchesOptionsPair
lista di coppie(sketchName, bodyName) lette dal json
visible  Boolean
flag che gestisce accensione e spegnimento. Questa procedura gestisce entrambe in baso al valore del booleano passato dal chiamante

Valore di ritorno

Boolean

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsInventorUtils.ShowModelSketches(Inventor.DrawingView,Inventor.ComponentOccurrences,System.Collections.Generic.List{InvNetLib.FutureLibrary.QsInventorUtils.ShowModelSketchesOptionsPair},System.Boolean)"]

Vedi anche