Packages

 

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

Classes

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

Class Surface



  • public class Surface
    extends ColladaElement

    The surface. A surface defines the attributes of a surface element. With rotate and translate the surface can be positioned to its right location.

    • Constructor Detail

      • Surface

        public Surface()
    • Method Detail

      • getItem

        public final Object getItem()

        Gets or sets the item.

      • setItem

        public final void setItem(Object value)

        Gets or sets the item.

      • getOrient

        public final Orient[] getOrient()

        Gets or sets the orient. Describes the orientation of the object frame.

      • setOrient

        public final void setOrient(Orient[] value)

        Gets or sets the orient. Describes the orientation of the object frame.

      • getOrigin

        public final Origin getOrigin()

        Gets or sets the origin. Describes the origin of the object frame.

      • setOrigin

        public final void setOrigin(Origin value)

        Gets or sets the origin. Describes the origin of the object frame.

      • getSid

        public final String getSid()

        Gets or sets the sid. A text string containing the unique identifier of the solids element. This value must be unique within the instance document. Optional.

      • setSid

        public final void setSid(String value)

        Gets or sets the sid. A text string containing the unique identifier of the solids element. This value must be unique within the instance document. Optional.

      • getName

        public final String getName()

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

      • setName

        public final void setName(String value)

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