public class SoEngineOutput extends Inventor
SoEngineOutput
.
Each engine creates one or more engine outputs. The type of the output is documented in the engine reference pages. There is also an SoEngineOutput
method for querying the connection type.
The application can at any time enable or disable the engine outputs. By default the engine outputs are enabled.
See also:
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
void |
enable(boolean flag)
Enables or disables all connections from this output.
|
java.lang.Class<? extends Inventor> |
getConnectionClass()
Returns the type of field this output can connect to.
|
SoEngine |
getContainer()
Returns containing engine.
|
boolean |
isEnabled()
Returns true if this output is currently enabled.
|
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public java.lang.Class<? extends Inventor> getConnectionClass()
public void enable(boolean flag)
public SoEngine getContainer()
public boolean isEnabled()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com