Hole-specific Functions
Functions Introduced:
You can use the function ProHolePropertyGet() to retrieve the value of the indicated hole value property. Only properties listed in the enum ProHoleProperty are supported.
The function ProElementHoleThreadSeriesGet() returns the type of thread from the hole feature element tree as a wide string.
Use the function ProElementHoleThreadSeriesSet() to set the type of thread in the hole feature element tree. The thread type is updated in the element PRO_E_HLE_THRDSERIS.
The function ProElementHoleScrewSizeGet() gets the size of screw from the hole feature tree elements PRO_E_HLE_THRDSERIS and PRO_E_HLE_SCREWSIZE as a wide string.
Use the function ProElementHoleScrewSizeSet() to set the size of screw in the hole feature element tree. The screw size is updated in the element PRO_E_HLE_SCREWSIZE.
Note:
 
The screw size depends on the type of thread. Therefore, before you call the function ProElementHoleScrewSizeSet() you must ensure that the thread type is set in the element PRO_E_HLE_THRDSERIS.
Use the function ProHoleNoteReset() to reset the note of the specified hole feature.
¿Fue esto útil?