Packages

 

com.aspose.cad.fileformats.threeds

Class ThreeDSImage

    • Constructor Detail

      • ThreeDSImage

        public ThreeDSImage()
    • Method Detail

      • getWidth

        public int getWidth()

        Gets the image width.

        Value: The image width.
        Specified by:
        getWidth in interface IObjectWithBounds
        Specified by:
        getWidth in class Image
        Returns:
        The image width.
      • getHeight

        public int getHeight()

        Gets the image height.

        Value: The image height.
        Specified by:
        getHeight in interface IObjectWithBounds
        Specified by:
        getHeight in class Image
        Returns:
        The image height.
      • getDepth

        public final int getDepth()

        Gets the depth.

        Value: The depth.
      • isCached

        public boolean isCached()

        Determines whether image is cached

        Specified by:
        isCached in class com.aspose.cad.DataStreamSupporter
      • getAmbientLight

        public final com.aspose.foundation.rendering.threed.ApsVector3F getAmbientLight()
      • setAmbientLight

        public final void setAmbientLight(com.aspose.foundation.rendering.threed.ApsVector3F value)
      • hasMaterials

        public final boolean hasMaterials()
      • hasMeshes

        public final boolean hasMeshes()
      • cacheData

        public void cacheData()
        Specified by:
        cacheData in class com.aspose.cad.DataStreamSupporter