Method | Description | |
---|---|---|
CreateHiddenDocument ( this sldWorks, bool hidden = true, swDocumentTypes_e type = swDocumentTypes_e.swDocPART ) : ModelDoc2 | ||
DoWithOpenDoc ( this swApp, Action |
||
DoWithOpenDoc ( this swApp, IDisposable>.Func |
||
DocOpenObservable ( this swApp ) : IObservable |
||
LoadIgesInvisible ( this sldWorks, string igesFile, bool visible = false ) : ModelDoc2 |
Tries to load an iges file invisibly. Throws an exception if it doesn't work.
|
|
OpenInvisibleReadOnly ( this sldWorks, string toolFile, bool visible = false, swDocumentTypes_e type = swDocumentTypes_e.swDocPART ) : ModelDoc2 |
Open a document invisibly. It will not be shown to the user but you will be able to interact with it through the API as if it is loaded.
|
public static CreateHiddenDocument ( this sldWorks, bool hidden = true, swDocumentTypes_e type = swDocumentTypes_e.swDocPART ) : ModelDoc2 | ||
sldWorks | this | |
hidden | bool | |
type | swDocumentTypes_e | |
return | ModelDoc2 |
public static DoWithOpenDoc ( this swApp, Action |
||
swApp | this | |
action | Action |
|
return | IDisposable |
public static DoWithOpenDoc ( this swApp, IDisposable>.Func |
||
swApp | this | |
action | IDisposable>.Func | |
return | IDisposable |
public static DocOpenObservable ( this swApp ) : IObservable |
||
swApp | this | |
return | IObservable |
public static LoadIgesInvisible ( this sldWorks, string igesFile, bool visible = false ) : ModelDoc2 | ||
sldWorks | this | |
igesFile | string | |
visible | bool | |
return | ModelDoc2 |
public static OpenInvisibleReadOnly ( this sldWorks, string toolFile, bool visible = false, swDocumentTypes_e type = swDocumentTypes_e.swDocPART ) : ModelDoc2 | ||
sldWorks | this | |
toolFile | string | |
visible | bool | |
type | swDocumentTypes_e | |
return | ModelDoc2 |