Packages

 

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

Classes

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

Class Collada



  • public class Collada
    extends ColladaElement

    The COLLADA element declares the root of the document that comprises some of the content in the COLLADA schema.

    • Constructor Detail

      • Collada

        public Collada()

        Initializes a new instance of the Collada class.

    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset element.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset element.

      • getItems

        public final Object[] getItems()

        Gets or sets the libraries items.

      • setItems

        public final void setItems(Object[] value)

        Gets or sets the libraries items.

      • getScene

        public final Scene getScene()

        Gets or sets the scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools.

      • setScene

        public final void setScene(Scene value)

        Gets or sets the scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getVersion

        public final String getVersion()

        Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute.

      • setVersion

        public final void setVersion(String value)

        Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute.

      • getBase

        public final String getBase()

        Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document.

      • setBase

        public final void setBase(String value)

        Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document.