API Documentation > Interfaces > Interface GlobalInterference
Interface GlobalInterference

package com.ptc.pfc.pfcInterference;

public interface
GlobalInterference
extends
com.ptc.pfc.pfcObject.Object


Description
This class defines a global interference object.
User Guide References:
Method Summary
Get method for attribute "SelParts"
Selection pair that represents the interfering parts.
/*cipOptional*/ InterferenceVolume
Get method for attribute "Volume"
The InterferenceVolume object containing the boundaries of the interference.
void
Set method for attribute "SelParts"
Selection pair that represents the interfering parts.
void
SetVolume ( /*cipOptional*/ InterferenceVolume value)
Set method for attribute "Volume"
The InterferenceVolume object containing the boundaries of the interference.
Method Detail
GetSelParts
GetSelParts
()
SetSelParts
void
SetSelParts
(SelectionPair value)
Selection pair that represents the interfering parts.
User Guide References:
GetVolume
/*cipOptional*/ InterferenceVolume
GetVolume
()
SetVolume
void
SetVolume
( /*cipOptional*/ InterferenceVolume value)
The InterferenceVolume object containing the boundaries of the interference.
Was this helpful?