public class FbxImage extends Image implements com.aspose.cad_internal.I3DImage, IHasEntities<DrawingEntity3D>, IHasLayouts<IDrawingLayout<DrawingEntity3D>,DrawingEntity3D>
Fbx Image class
Image| Modifier and Type | Method and Description |
|---|---|
void |
cacheData()
Caches the data and ensures no additional data loading will be performed from the underlying
DataStreamSupporter.DataStreamContainer(DataStreamSupporter#getDataStreamContainer/DataStreamSupporter). |
int |
getDepth()
Gets the image depth.
|
List<DrawingEntity3D> |
getEntities()
<inheritdoc></inheritdoc> |
int |
getHeight()
Gets the image height.
|
LinkedHashMap<String,IDrawingLayout<DrawingEntity3D>> |
getLayouts()
Collection of related pages (layouts) map
|
com.aspose.foundation.rendering.threed.ApsScene3D |
getScene() |
int |
getVersion()
Gets the image height.
|
int |
getWidth()
Gets the image width.
|
boolean |
isCached()
Gets a value indicating whether object's data is cached currently and no data readig is required.
|
void |
tryRemoveEntity(DrawingEntity3D entityToRemove)
<inheritdoc></inheritdoc> |
canLoad, canLoad, canLoad, canLoad, canSave, getAnnotationService, getBounds, getContainer, getCustomProperties, getFileFormat, getFileFormat, getPalette, getSize, getStrings, getUnitlessDefaultUnitType, getUnitType, getWatermarkGuardService, load, load, load, load, load, save, save, save, setPalettegetDataStreamContainer, save, save, save, saveclose, dispose, getDisposedpublic final LinkedHashMap<String,IDrawingLayout<DrawingEntity3D>> getLayouts()
Collection of related pages (layouts) map
getLayouts in interface IHasLayouts<IDrawingLayout<DrawingEntity3D>,DrawingEntity3D>public final List<DrawingEntity3D> getEntities()
<inheritdoc></inheritdoc>getEntities in interface IHasEntities<DrawingEntity3D>public final void tryRemoveEntity(DrawingEntity3D entityToRemove)
<inheritdoc></inheritdoc>tryRemoveEntity in interface IHasEntities<DrawingEntity3D>entityToRemove - Entity to removepublic final com.aspose.foundation.rendering.threed.ApsScene3D getScene()
getScene in interface com.aspose.cad_internal.I3DImagepublic final int getVersion()
Gets the image height.
public int getHeight()
Gets the image height.
Value: The image height.Prints drawing's heightImage drawing = ... System.Console.WriteLine("Drawing's height: " + drawing.Height);
getHeight in interface IObjectWithBoundsgetHeight in class Imagepublic int getWidth()
Gets the image width.
Value: The image width.Prints drawing's widthImage drawing = ... System.Console.WriteLine("Drawing's width: " + drawing.Width);
getWidth in interface IObjectWithBoundsgetWidth in class Imagepublic int getDepth()
Gets the image depth.
Value: The image depth.Prints drawing's depthImage drawing = ... System.Console.WriteLine("Drawing's depth: " + drawing.Depth);
public boolean isCached()
Gets a value indicating whether object's data is cached currently and no data readig is required.
Value:true if object's data is cached; otherwise, false.isCached in class DataStreamSupporterpublic void cacheData()
Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer(DataStreamSupporter#getDataStreamContainer/DataStreamSupporter).
cacheData in class DataStreamSupportercom.aspose.ms.System.NotImplementedExceptionCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.