Sketch Symbol Prompted Text Using iLogic

Sketch Symbol Prompted Text Using iLogic

Anonymous
Not applicable
390 Views
1 Reply
Message 1 of 2

Sketch Symbol Prompted Text Using iLogic

Anonymous
Not applicable

Hello All,

 

I'm trying to interact with a sketch symbol & place a numeric equation result in the prompted text box for the current drawing sheet only.

 

Here's what I've done so far

 

  1. I've created a parameter called MassInWater
  2. I've created a Form with this Parameter in it for a user defined number
  3. I've created the following code to calculate the desired number result/equation
p = MassInWater

oPromptEntry = Round(p*.87,1)

I'm now trying to get oPromptEntry value into my sketch symbol on the current sheet I'm on only, then so forth on next sheet

 

My sketch symbol name is TOTAL MASS IN WATER

My prompted text is named MASS

 

I've tried so many different ways to access sketch symbol prompted text all to no avail

 

Any help would be much appreciated

 

Kind Regards

Tim

0 Likes
391 Views
1 Reply
Reply (1)
Message 2 of 2

adam.nagy
Autodesk Support
Autodesk Support

Hi Tim,

 

This should help:

http://adndevblog.typepad.com/manufacturing/2015/08/set-prompted-entry-for-sketched-symbol.html

 

Cheers,



Adam Nagy
Autodesk Platform Services
0 Likes