Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class LibraryVisualScenes



  • public class LibraryVisualScenes
    extends ColladaElement

    The library of visual scenes. The library_visual_scenes element declares a module of visual_scene elements.

    • Constructor Detail

      • LibraryVisualScenes

        public LibraryVisualScenes()
    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset. The library_visual_scenes element may contain an asset element.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset. The library_visual_scenes element may contain an asset element.

      • getVisualScene

        public final VisualScene[] getVisualScene()

        Gets or sets the visual scene. There must be at least one visual_scene element.

      • setVisualScene

        public final void setVisualScene(VisualScene[] value)

        Gets or sets the visual scene. There must be at least one visual_scene element.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra. The extra element may appear any number of times.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra. The extra element may appear any number of times.

      • getId

        public final String getId()

        Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.

      • setId

        public final void setId(String value)

        Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.

      • getName

        public final String getName()

        Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.

      • setName

        public final void setName(String value)

        Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.