Library | File

Class wfcHoleProperties

# include <wfcFeature.h>

class wfcHoleProperties
 : public virtual xobject
{
    xdeclare(wfcHoleProperties)
    ...
};
This is a COMPACT class.



Description

Provides the information of hole properties.
Manual References:
Holes: Accessing Threaded Hole Properties



Method Summary

static wfcHoleProperties_ptrCreate (xrstring ThreadSeries, xrstring ScrewSize)
 
xstringGetScrewSize ()
voidSetScrewSize (xrstring value)
Gets/Sets the Screw size to the hole properties of the hole feature.
xstringGetThreadSeries ()
voidSetThreadSeries (xrstring value)
Retrieves/Sets the thread name from the hole properties of the hole feature.



Method Detail

xstringGetThreadSeries ()
voidSetThreadSeries (xrstring value)

Retrieves/Sets the thread name from the hole properties of the hole feature.
Manual References:
Holes: Accessing Threaded Hole Properties, Holes: Accessing Threaded Hole Properties, Holes: Accessing Threaded Hole Properties, Holes: Accessing Threaded Hole Properties




xstringGetScrewSize ()
voidSetScrewSize (xrstring value)

Gets/Sets the Screw size to the hole properties of the hole feature.

Call Set method after SetThreadSeries to set the screw size.
Manual References:
Holes: Accessing Threaded Hole Properties, Holes: Accessing Threaded Hole Properties, Holes: Accessing Threaded Hole Properties




static wfcHoleProperties_ptrCreate (xrstring ThreadSeries, xrstring ScrewSize)

 
Manual References:
Holes: Accessing Threaded Hole Properties, Holes: Accessing Threaded Hole Properties
Parameters:
ThreadSeries
 
ScrewSize
 
Returns: