<< Click to Display Table of Contents >> PTGetAllScriptParameters & PTGetScriptParameter |
With the two functions below you can get ALL or just a single dimension of 3D parts. This can be useful when trying to get the length of pipe hanger supports.
PTGetAllScriptParameters
This function will get all dimensions of on object. If you have valves with an actuator, then the actuator dimensions will also be added to the list.
And this is what it looks like in property PET_Calc_All_Dimensions.
PTGetScriptParameter
The second function required the name of the dimension you want to retrieve.
Now you get the dimension H back.
Next Chapter: PTLongestString