Skip to main content
14-Alexandrite
October 9, 2014
Question

Pro/TOOLKIT - ProCableSpoolGet()

  • October 9, 2014
  • 1 reply
  • 930 views

No functionality exists to look at a desired cable, and find its associated spool. Please create a function ProCableSpoolGet() to fulfill this functionality.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

sully714-AlexandriteAuthor
14-Alexandrite
October 27, 2014

Note: There is a workaround for this if desired:

Use ProCableParametersCollect to get an array of parameters for the desired cable, then find the cabling parameter "SPOOL" by name. You should then be able to build a ProSpool object using that value of that parameter and the model it was found in (usually the assembly owning the harness part).