Search found 38 matches

by gmanucci
Thu Aug 23, 2018 7:17 pm
Forum: Specific Development
Topic: [TS7] Way to get the used licenses in real time
Replies: 0
Views: 5526

[TS7] Way to get the used licenses in real time

Hello, Is there a way to get the current used licenses in a client? It would be great if its possible, because we must to identify which licenses a customer need. I was thinking of reading the application output and then when some lines are read, we put a license on it, but there is some problems on...
by gmanucci
Thu Aug 23, 2018 6:34 pm
Forum: Specific Development
Topic: Get boolean IsTopSolidOpen
Replies: 8
Views: 9357

Re: Get boolean IsTopSolidOpen

As far as i know, it isn't possible, it will take always the first opened client, on TS7 there is an option for selecting the client by pipe name.
by gmanucci
Mon Aug 29, 2016 10:38 pm
Forum: Specific Development
Topic: [TS7] Get element property
Replies: 4
Views: 4447

Re: [TS7] Get element property

Hi!

Thanks for replying!

No, i want to get a value from a dimension, so i can get all dimensions on the draft for exporting, making controls, etc.

I Tried and the guys said i'll have to ask an enhancement ):

Best Regards,
by gmanucci
Wed Aug 24, 2016 6:36 pm
Forum: Specific Development
Topic: [TS7] Get element property
Replies: 4
Views: 4447

Re: [TS7] Get element property

Hi,

i want to get a property from a entity (dimension in that case), i opened a TR, and i'll have to talk to Mr. Tiberi ):

Thanks for replying,

BR
by gmanucci
Wed Jul 20, 2016 9:49 pm
Forum: Specific Development
Topic: [TS7] Get element property
Replies: 4
Views: 4447

[TS7] Get element property

Hi! I haven't found any information about IElements.GetPropertyRealValue(inElement, inProperty) for how to get a value from this element. I've found that when a project is open, it enables an "OpenPackage" menu that shows many properties and its IDs. http://i.imgur.com/R0Mqwpa.png I tried ...
by gmanucci
Wed Jul 13, 2016 1:04 pm
Forum: Specific Development
Topic: [TS6] Get shapes separately
Replies: 5
Views: 4209

Re: [TS6] Get shapes separately

Can it be caused by setting a panel in TS'Wood?

The top file is something like a shelf, and has its parts defined as panel.

Thanks for replying,
by gmanucci
Tue Jul 12, 2016 8:15 pm
Forum: Specific Development
Topic: [TS6] Get shapes separately
Replies: 5
Views: 4209

Re: [TS6] Get shapes separately

Hey!

Yes, they have ):
by gmanucci
Thu Jul 07, 2016 6:38 pm
Forum: Specific Development
Topic: [TS6] Get shapes separately
Replies: 5
Views: 4209

[TS6] Get shapes separately

Hello! I'm trying to do an automation that exports all shapes into separately files. i tried something like this: private void button1_Click(object sender, EventArgs e) { TopSolid.Application MyApp = new TopSolid.Application(); MyApp.ProgramUnitAngle = "deg"; MyApp.ProgramUnitLength = &quo...
by gmanucci
Thu Jul 07, 2016 5:54 pm
Forum: Specific Development
Topic: Any experience on .NET-Version-Requirements?
Replies: 4
Views: 3742

Re: Any experience on .NET-Version-Requirements?

Me too, i do work with PostProcessors and API on VS 2013 community.
by gmanucci
Thu Jul 07, 2016 5:53 pm
Forum: Specific Development
Topic: Get boolean IsTopSolidOpen
Replies: 8
Views: 9357

Re: Get boolean IsTopSolidOpen

oh, nice!
by gmanucci
Thu Jul 07, 2016 4:17 pm
Forum: Specific Development
Topic: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005
Replies: 7
Views: 5643

Re: Instantiation of TopSolid.Application(Start of TopSolid) throws COM-Exception 80080005

Hey!

sry for replying late, so u are using TS V7, right?

in TS7 we have the help on the folloing path:
Image

it helped me so much.
by gmanucci
Thu Jul 07, 2016 2:31 pm
Forum: Specific Development
Topic: Get boolean IsTopSolidOpen
Replies: 8
Views: 9357

Re: Get boolean IsTopSolidOpen

aw, np!

are you a missler employee?

BR
by gmanucci
Thu Jul 07, 2016 2:30 pm
Forum: Specific Development
Topic: howto get project properties or parameters
Replies: 4
Views: 4048

Re: howto get project properties or parameters

just in addition, for getting/modifying customer properties (inside the project) you have to use the code given by system info, like "$TopSolid.Kernel.TX.Properties.DeliveryDate" or so. i've created a base class called File then i created all other classes (cam files, project files, draft ...
by gmanucci
Thu Jul 07, 2016 2:27 pm
Forum: Specific Development
Topic: List materials in dropdown
Replies: 4
Views: 5120

Re: List materials in dropdown

nice code!

Thanks, JuP!