public class SoToVRMLAction extends SoAction
NOTE: During the conversion process, a temporary intermediate copy of the scene graph may be created. If your input scene graph is large, the three copies of the scene graph (initial, intermediate, and final) may use a lot of memory.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
See also:
SoAction
, SoToVRML2ActionDeprecated since Open Inventor 9500
The VRML API is no longer supported. See section
SoAction.AppliedCodes, SoAction.DistribModes, SoAction.PathCodes, SoAction.PathIndices
Inventor.ConstructorCommand
ALL, BELOW_PATH, CLUSTER_ONLY, IN_PATH, LOCAL_ONLY, NO_PATH, NODE, OFF_PATH, PATH, PATH_LIST
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoToVRMLAction()
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
areSoFileExpanded()
Deprecated.
Gets whether to read the contents of
SoFile nodes into the new scene graph. |
boolean |
areTexCoordWritten()
Deprecated.
Gets whether to put texture coordinates into the new scene graph.
|
boolean |
areTexture2NodeExpanded()
Deprecated.
Gets whether to bring the contents of texture files into the new scene graph , or to leave them as references to files.
|
boolean |
areUnknownNodeKept()
Deprecated.
Gets whether to preserve nodes of unknown type.
|
void |
conditionalConversion(boolean conditional)
Deprecated.
Sets whether inline nodes are conditionally converted to VRML.
|
void |
convertInlineNodes(boolean inlineNode)
Deprecated.
Sets whether inline nodes are converted to VRML.
|
boolean |
doConditionalConversion()
Deprecated.
Gets whether inline nodes are conditionally converted to VRML.
|
boolean |
doConvertInlineNodes()
Deprecated.
Gets whether inline nodes are converted to VRML.
|
static void |
enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex)
Deprecated.
|
void |
expandSoFile(boolean e)
Deprecated.
Sets whether to read the contents of
SoFile nodes into the new scene graph. |
void |
expandTexture2Node(boolean e)
Deprecated.
Sets whether to bring the contents of texture files into the new scene graph , or to leave them as references to files.
|
java.lang.String |
getUrlName()
Deprecated.
Gets the directory in which to write VRMLInline files.
|
SoNode |
getVRMLSceneGraph()
Deprecated.
Returns result as VRML style scene graph.
|
void |
keepUnknownNodes(boolean k)
Deprecated.
Sets whether to preserve nodes of unknown type.
|
void |
setUrlName(java.lang.String name)
Deprecated.
Sets the directory in which to write VRMLInline files.
|
void |
writeTexCoords(boolean w)
Deprecated.
Sets whether to put texture coordinates into the new scene graph.
|
apply, apply, clearApplyResult, forwardTraversal, getContinueActionInBranchFlag, getCurPath, getNodeAppliedTo, getOriginalPathListAppliedTo, getPathAppliedTo, getPathCode, getPathListAppliedTo, getPipeId, getSceneManager, getState, getWhatAppliedTo, hasTerminated, invalidateState, isBeingApplied, isLastPathListAppliedTo, isUsingAlternateRep, nullAction, postDelayedTraversal, preDelayedTraversal, resetContinueActionInBranchFlag, setPipeId, setSceneManager, setUpState, stopActionInBranch, traverse, useAlternateRep
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public void expandSoFile(boolean e)
SoFile
nodes into the new scene graph.public boolean areUnknownNodeKept()
public SoNode getVRMLSceneGraph()
public boolean areTexCoordWritten()
public boolean doConvertInlineNodes()
public void writeTexCoords(boolean w)
public boolean areTexture2NodeExpanded()
public void expandTexture2Node(boolean e)
public void convertInlineNodes(boolean inlineNode)
public void conditionalConversion(boolean conditional)
public static void enableElement(java.lang.Class<? extends Inventor> t, int stkIndex)
public boolean areSoFileExpanded()
SoFile
nodes into the new scene graph.public void keepUnknownNodes(boolean k)
public java.lang.String getUrlName()
public boolean doConditionalConversion()
public void setUrlName(java.lang.String name)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com