Public Interface IModelDoc2
Dim instance As IModelDoc2
public interface IModelDoc2
public interface class IModelDoc2
There are three main SOLIDWORKS document types:
parts
assemblies
drawings
Each document type has its own object (IPartDoc, IAssemblyDoc, and IDrawingDoc) with its own set of related functions. For example, the IAssemblyDoc::AddComponent4 method exists on the IAssemblyDoc object because adding components is specific to assembly documents.
The SOLIDWORKS API also has functions that are common to all document types. For example, printing, saving, or determining the file name associated with a document would be common operations. To expose common document-level functions, the SOLIDWORKS API uses the IModelDoc2 object.
IAssemblyDoc::GetEditTarget and IAsemblyDoc::IGetEditTarget2
IComponent2::GetModelDoc2
IConfigurationManager::Document
IEnumDocuments2::Next
IFeatureManager::Document
IMirrorPartFeatureData::GetModelDoc
IModelDoc2::GetNext and IModelDoc2::IGetNext
IModelDocExtension::Document
IModelViewManager::Document
IModelWindow::ModelDoc
IPartDoc::MirrorPart2
ISketchManager::Document
ISldWorks::ActivateDoc3 and ISldWorks::IActivateDoc3
ISldWorks::ActiveDoc and ISldWorks::IActiveDoc2
ISldWorks::GetFirstDocument and ISldWorks::IGetFirstDocument2
ISldWorks::GetOpenDocument
ISldWorks::GetOpenDocumentByName and ISldWorks::IGetOpenDocumentByName2
ISldWorks::INewDocument2
ISldWorks::LoadFile4
ISldWorks::NewDocument
ISldWorks::OpenDoc7
IView::ReferencedDocument
Provide feedback on this topic
SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.
* Required
Thank you for your comments. We will contact you if we have questions regarding your feedback.
Sincerely,The SOLIDWORKS Documentation Team
Print Topic
Select the scope of content to print:
We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.
Web Help Content Version: API Help (English only) 2015 SP05 To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help. To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.