Search found 10 matches

by GMP Marcatto
Fri Jul 24, 2015 5:15 pm
Forum: Specific Development
Topic: What is a BOM Document?
Replies: 9
Views: 7005

Re: What is a BOM Document?

ok, checked. for draft file it appears exporter 10 > "Acrobat PDF3D" exporter 11 > "AutoCad" exporter 13 > "ME10" DocumentId file = TopSolidHost.Documents.EditedDocument; //IApplication TS_APP = TopSolidHost.Application; TopSolidHost.Documents.Export(10, file, @"C:...
by GMP Marcatto
Fri Jul 24, 2015 3:54 pm
Forum: Suggestions and Enhancements
Topic: List(of MessageBox)
Replies: 0
Views: 16890

List(of MessageBox)

Hello, i'm new here, and i'm using TopSolid v7 At starting the software, the messageboxes freeze the loading (like expiration of license, outdating, etc) so, my suggestion is to create a list of messagebox (it doesn't give you options, you just have to hit the "ok" button) and show it afte...
by GMP Marcatto
Fri Jul 24, 2015 3:53 pm
Forum: Specific Development
Topic: What is a BOM Document?
Replies: 9
Views: 7005

Re: What is a BOM Document?

i'll check it, thanks!
by GMP Marcatto
Fri Jul 17, 2015 9:40 pm
Forum: Specific Development
Topic: What is a BOM Document?
Replies: 9
Views: 7005

Re: What is a BOM Document?

i want to export an draft file to pdf. on TopSolid 7.x, the API give us these methods: TopSolidHost.Documents.ExportWithOptions(int inExporterIx, System.Collections.Generic.List<KeyValue> inOptions, TopSolid.Kernel.Automating.DocumentId inDocumentId, string inFullName) TopSolidHost.Documents.Export(...
by GMP Marcatto
Fri Jul 17, 2015 7:19 pm
Forum: Specific Development
Topic: Modify Parameter via API
Replies: 6
Views: 4941

Re: Modify Parameter via API

lol, i think is a kind different...

i didnt find a way like u described

TopSolidHost.Parameters.SetTextValue(ElementId inElementId, string inValue)
not document.parameters :cry: :cry:
by GMP Marcatto
Fri Jul 17, 2015 7:00 pm
Forum: Specific Development
Topic: Modify Parameter via API
Replies: 6
Views: 4941

Re: Modify Parameter via API

just said because i never had used 7.6
by GMP Marcatto
Fri Jul 17, 2015 6:58 pm
Forum: Specific Development
Topic: What is a BOM Document?
Replies: 9
Views: 7005

Re: What is a BOM Document?

alright, thanks,

so why i need a BOM Document to export an drafting file?
by GMP Marcatto
Fri Jul 17, 2015 4:57 pm
Forum: Specific Development
Topic: Modify Parameter via API
Replies: 6
Views: 4941

Re: Modify Parameter via API

is this TopSolid7?

if yes, then:

DocumentId Template_DocId = new DocumentId("your document ID");
ElementId element = TopSolidHost.Elements.SearchByName(docId, name);
TopSolidHost.Parameters.SetTextValue(element, "text");

are you brazilian too?
by GMP Marcatto
Fri Jul 17, 2015 4:38 pm
Forum: Suggestions and Enhancements
Topic: [Suggestion] Log Window
Replies: 3
Views: 20585

[Suggestion] Log Window

Hello, i am using TopSolid and doing some automations in there, and i missed an log window with the application events (like an macro recorder on Excel)

This will help everyone very well.

i've found the IApplication.StartJournaling() but doesn't record every action.
by GMP Marcatto
Fri Jul 17, 2015 1:17 pm
Forum: Specific Development
Topic: What is a BOM Document?
Replies: 9
Views: 7005

What is a BOM Document?

Hello everybody!

i'm new here, and i'm doing some automations on TopSolid 7.9.300...

And i didn't find anywhere what is a BOM Document.

Can someone help me?