Methods Introduced:
|
|
wfcFeature.HoleProperties.Create |
The methods wfcFeature.WHoleFeature.GetHoleProperties and wfcFeature.WHoleFeature.SetHoleProperties retrieve and set the properties of the specified hole feature using the wfcHoleProperties object.
The method wfcFeature.HoleProperties.Create creates a data object that contains information about the thread series and screw size of a hole.
The method wfcFeature.HoleProperties.GetThreadSeries and wfcFeature.HoleProperties.SetThreadSeries returns the type of thread for the specified hole feature.
The methods wfcFeature.HoleProperties.GetScrewSize and wfcFeature.HoleProperties.SetScrewSize to get and set the size of screw for the specified hole feature.
Note
The screw size depends on the type of thread. Therefore, before you call the method wfcFeature.HoleProperties.SetScrewSize you must ensure that the thread type is set for the hole feature.