public class SoPath extends SoBase
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoGeneralPath |
full
access to all nodes (public and hidden) in the path
|
SoNodeKitPath |
nodekit
access only to nodekits in the path
|
SoGeneralPath |
regular
access to all public nodes in the path except hidden children in nodekits.
|
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoPath() |
SoPath(int approxLength) |
SoPath(SoNode node) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this object against the specified object.
|
static SoPath[] |
getAllByName(java.lang.String name)
Returns an array of all path with the given name.
|
static SoPath |
getByName(java.lang.String name)
Returns the last path that was given the name, either by
SoBase.setName(java.lang.String)
or by reading in a named path from a file. |
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
public SoGeneralPath full
public SoGeneralPath regular
public SoNodeKitPath nodekit
public SoPath()
public SoPath(SoNode node)
public SoPath(int approxLength)
public static SoPath getByName(java.lang.String name)
SoBase.setName(java.lang.String)
or by reading in a named path from a file.
If there is no path with the given name, null will be returned.public static SoPath[] getAllByName(java.lang.String name)
SoBase.setName(java.lang.String)
.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare with.Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com