Deleting Bill Of Materials Table using VB code.
Deleting Bill Of Materials Table using VB code.
(OP)
We cannot seem to figure out how to delete a bill once it is inserted in a slddrw. Anyone know how to delete a bill using VB6.0 code.
When was the last time you drove down the highway without seeing a commercial truck hauling goods?
Download nowINTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Deleting Bill Of Materials Table using VB code.
|
RE: Deleting Bill Of Materials Table using VB code.
Chris
Sr. Mechanical Designer, CAD
SolidWorks 05 SP3.1 / PDMWorks 05
ctopher's home site (updated 06-21-05)
FAQ559-1100
FAQ559-716
RE: Deleting Bill Of Materials Table using VB code.
Scott Baugh, CSWP
www.scottjbaugh.com
FAQ731-376
RE: Deleting Bill Of Materials Table using VB code.
RE: Deleting Bill Of Materials Table using VB code.
RE: Deleting Bill Of Materials Table using VB code.
RE: Deleting Bill Of Materials Table using VB code.
RE: Deleting Bill Of Materials Table using VB code.
The example Stoker refers to will show you hold to get the Table Annotation Object. I believe you will also need to use:
BomTableAnnotation::BomFeature
BomFeature::GetFeature
Feature::Select2
to actually select the table so you can use ModelDoc2::DeleteSelection (or ModelDoc2::EditDelete).
Regards,
Regg