Click or drag to resize

DrawingCreatorExtensionPostAddViews Method

Post Process the sheet. E.g. add BOM for assembly drawings.

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual void PostAddViews(
	Object oDrwDoc,
	Object oSheet,
	Object oSourceModel,
	string oSourceConfiguration
)

Parameters

oDrwDoc
Type: SystemObject
SolidWorks.Interop.SldWorks.IDrawingDoc - the drawing.
oSheet
Type: SystemObject
SolidWorks.Interop.SldWorks.ISheet - the sheet.
oSourceModel
Type: SystemObject
SolidWorks.Interop.SldWorks.IModelDoc2 - the source model document.
oSourceConfiguration
Type: SystemString
Configuration to use
Availability

CUSTOMTOOLS 2023 SP0


See Also