Class SoSFPath


  • public class SoSFPath
    extends SoSField
    Field containing an SoPath. This field maintains an SoPath instance.

    SoSFPaths are written to file as the path they refer to. See the SoPath reference page for a description of the file format for a path.

    SoSFPath is not able to write "per instance" information to a file for instancing nodes like SoMultipleInstance and SoMultipleCopy. The path will reference the whole set of instances under the instancing node.

    See Also:
    SoField, SoSField, SoMFPath, SoPath
    • Method Detail

      • setValue

        public void setValue​(SoPath newValue)
        Sets this field to newValue.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class SoField
      • getValue

        public SoPath getValue()
        Returns this field's value.