Library | Package Java Toolkit

Interface HoleProperties

package com.ptc.wfc.wfcFeature;

public interface HoleProperties
  extends jxobject



Description

Provides the information of hole properties.



Method Summary
StringGetScrewSize ()
    Get method for attribute "ScrewSize"
    Gets/Sets the Screw size to the hole properties of the hole feature.
StringGetThreadSeries ()
    Get method for attribute "ThreadSeries"
    Retrieves/Sets the thread name from the hole properties of the hole feature.
voidSetScrewSize (String value)
    Set method for attribute "ScrewSize"
    Gets/Sets the Screw size to the hole properties of the hole feature.
voidSetThreadSeries (String value)
    Set method for attribute "ThreadSeries"
    Retrieves/Sets the thread name from the hole properties of the hole feature.

Method Detail

GetThreadSeries/SetThreadSeries

StringGetThreadSeries ()
voidSetThreadSeries (String 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



GetScrewSize/SetScrewSize

StringGetScrewSize ()
voidSetScrewSize (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.
Manual References:
Holes: Accessing Threaded Hole Properties, Holes: Accessing Threaded Hole Properties, Holes: Accessing Threaded Hole Properties