Packages

 

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

Classes

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

Class InstanceMaterialGeometry



  • public class InstanceMaterialGeometry
    extends ColladaElement

    The instance material. The instance_material element declares the instantiation of a COLLADA material resource.

    • Constructor Detail

      • InstanceMaterialGeometry

        public InstanceMaterialGeometry()
    • Method Detail

      • getBind

        public final Bind[] getBind()

        Gets or sets the bind. The bind element binds values to effect parameters upon instantiation.

      • setBind

        public final void setBind(Bind[] value)

        Gets or sets the bind. The bind element binds values to effect parameters upon instantiation.

      • getBindVertexInput

        public final BindVertexInput[] getBindVertexInput()

        Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.

      • setBindVertexInput

        public final void setBindVertexInput(BindVertexInput[] value)

        Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getSymbol

        public final String getSymbol()

        Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to.

      • setSymbol

        public final void setSymbol(String value)

        Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to.

      • getTarget

        public final String getTarget()

        Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate.

      • setTarget

        public final void setTarget(String value)

        Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate.

      • getSid

        public final String getSid()

        Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.

      • setSid

        public final void setSid(String value)

        Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. 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.