public class PbBase extends Inventor
PoBase
objects. Each instance of this class maintains a list of PoBase
objects. So when an instance of this class is modified, the list of PoBase
objects is informed of this change, and thus, they can update themselves. For more information about the connection mechanism, see the section "Connection
mechanism" of the paragraph "What you must know" of the reference manual. The constructor per copy and the assignment operator of any Pbxxx object do not copy the reference to Poxxx objects. This restriction prevents several Pbxxx objects (of the same class) from referencing the same Poxxx object.Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
void |
enableConnection(boolean flag)
Activates/deactivates the mechanism of connection.
|
boolean |
isConnectionEnabled()
Returns true if the connection mechanism is active, otherwise false.
|
void |
touch()
Simulates the changing of an instance of this object, so all connected objects are informed of this change.
|
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public boolean isConnectionEnabled()
public void touch()
public void enableConnection(boolean flag)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com