| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| String | GetScrewSize
()
Get method for attribute "ScrewSize" Gets/Sets the Screw size to the hole properties of the hole feature. |
| String | GetThreadSeries
()
Get method for attribute "ThreadSeries" Retrieves/Sets the thread name from the hole properties of the hole feature. |
| void | SetScrewSize
(String value)
Set method for attribute "ScrewSize" Gets/Sets the Screw size to the hole properties of the hole feature. |
| void | SetThreadSeries
(String value)
Set method for attribute "ThreadSeries" Retrieves/Sets the thread name from the hole properties of the hole feature. |
| Method Detail |
|---|
| GetThreadSeries/SetThreadSeries |
|---|
| String | GetThreadSeries | () |
| void | SetThreadSeries | (String value) |
Retrieves/Sets the thread name from the hole properties of the hole feature.
|
| GetScrewSize/SetScrewSize |
|---|
| String | GetScrewSize | () |
| void | SetScrewSize | (String value) |
| Gets/Sets the Screw size to the hole properties of the hole feature. Call Set method after SetThreadSeries to set the screw size.
|