.NET Framework Class Library
CADSystem Methods
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > CADSystem Class > .NET Framework Class Library |
The CADSystem type exposes the following members.
Methods
|
Name |
Description |
|---|---|---|
|
Returns TRUE if the file assigned as filename is of an older file format than the current ones created by CAD Application. |
|
|
Close the current opened file in CAD application. |
|
|
Equals |
(Inherited from Object.) |
|
Finalize |
(Inherited from Object.) |
|
Gets the name of the configuration of the currently opened model. |
|
|
Returns the name of the used CAD, its major version and the installed service pack. |
|
|
This command returns the external references for the passed document |
|
|
GetHashCode |
(Inherited from Object.) |
|
GetType |
(Inherited from Object.) |
|
Returns if a drawing is detached or not, according to the way the drawing has been saved |
|
|
Returns if a part is a standard part, according to options setting |
|
|
Maximize the CAD application main window. |
|
|
MemberwiseClone |
(Inherited from Object.) |
|
Minimize the CAD application main window. |
|
|
Open the assigned file in CAD application. |
|
|
Refreshes all the DBWorks variant notes of a drawing. The file can be opened or not, in the latter case it will be automatically opened and closed by DBWorks. The file can also be read-only, in which case it will be temporarily unlocked for the time necessary to the operation. |
|
|
Replaces in an assembly file a specific configuration of a component with another configuration of a different component. |
|
|
Replace references in document. |
|
|
Saves the currently opened file in CAD application. |
|
|
Saves the currently opened file in CAD application. |
|
|
Saves the currently opened file in CAD application. |
|
|
Saves with a specified name the currently opened file in CAD application. |
|
|
Creates a duplicate of type extension of the CAD document with unique id equal to UniqueId. If okAttach=true then the new document is appended as a child to the original one. |
|
|
Creates an eDrawing file (*.EPRT, *.EASM or *.EDRW) of the document with unique id equal to UniqueId (part, assembly or drawing) If eDrawingRoot and eDrawingID are specified, the fullpathname of saved file is of type eDrawingRoot+eDrawingID+_eDrawing extension_, otherwise _original file name_._configuration._eDrawing extension_ If okAttach=true then the new document is appended as a child to the original one. |
|
|
Saves with a eDrawing specified name the currently opened file in CAD application. |
|
|
Saves with a PDF specified name the currently opened file in CAD application. |
|
|
ToString |
(Inherited from Object.) |
|
Activate/deactivate the event system of the Mechworks PDM, enabling a script to AVOID the automatic recording when saving |
See Also