Search found 3 matches

by Raedle
Mon Mar 19, 2018 11:57 pm
Forum: Gadgets - General
Topic: utParameterList - VCarvePro
Replies: 1
Views: 2531

Re: utParameterList - VCarvePro

Below is code where :GetDouble() method works. No idea why a ; is needed at the end of :GetDouble() and third parameter (bool create_if_not_exist) must be omitted. function JobParameters(myJob) local dblValue local myParameterList --return utParameterList object myParameterList=myJob.JobParameters -...
by Raedle
Sat Mar 17, 2018 4:57 pm
Forum: Gadgets - General
Topic: utParameterList - VCarvePro
Replies: 1
Views: 2531

utParameterList - VCarvePro

I'm trying to use the object utParameterList for a Job with out any success. I can set parameters but not get them. How do I add the parameter list object to the job? Please help. Thank you. function JobParameters(myJob) local dblValue local myParameterList --return utParameterList object myParamete...
by Raedle
Fri Mar 16, 2018 12:40 am
Forum: Gadgets - Releases
Topic: Object Properties
Replies: 0
Views: 10261

Object Properties

ObjectProperties.PNG
Is it possible to setup object properties with LUA? Thank you