| Package | Description |
|---|---|
| com.aspose.cad.fileformats.cad.cadobjects | |
| com.aspose.cad.fileformats.cad.cadobjects.field |
| Modifier and Type | Method and Description |
|---|---|
CadBinaryParameter |
CadXRecord.getBinaryData310()
Gets or sets the binary data 310.
|
CadBinaryParameter |
CadXRecord.getBinaryData311()
Gets or sets the binary data 311.
|
CadBinaryParameter |
CadAcadProxyEntity.getBinaryDataAttribute311()
Gets or sets the binary data attribute 311.
|
CadBinaryParameter |
CadAcadProxyEntity.getBinaryEntityData()
Gets or sets the binary entity data.
|
CadBinaryParameter |
CadAcadProxyEntity.getBinaryGraphicsData()
Gets or sets the binary graphics data.
|
CadBinaryParameter |
CadExtrudedSurface.getExtrudedSurfaceBinaryData()
Gets or sets the extruded surface binary data.
|
CadBinaryParameter |
CadThumbnailImage.getPreviewImageData()
Gets or sets the preview image data.
|
CadBinaryParameter |
CadSweptSurface.getProprietaryBinaryData()
Gets or sets the path binary data.
|
CadBinaryParameter |
CadRevolvedSurface.getRevolvedSurfaceBinaryData()
Gets or sets the revolved surface binary data.
|
CadBinaryParameter |
CadSweptSurface.getSweepBinaryData()
Gets or sets the sweep binary data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadXRecord.setBinaryData310(CadBinaryParameter value)
Gets or sets the binary data 310.
|
void |
CadXRecord.setBinaryData311(CadBinaryParameter value)
Gets or sets the binary data 311.
|
void |
CadAcadProxyEntity.setBinaryDataAttribute311(CadBinaryParameter value)
Gets or sets the binary data attribute 311.
|
void |
CadAcadProxyEntity.setBinaryEntityData(CadBinaryParameter value)
Gets or sets the binary entity data.
|
void |
CadAcadProxyEntity.setBinaryGraphicsData(CadBinaryParameter value)
Gets or sets the binary graphics data.
|
void |
CadExtrudedSurface.setExtrudedSurfaceBinaryData(CadBinaryParameter value)
Gets or sets the extruded surface binary data.
|
void |
CadThumbnailImage.setPreviewImageData(CadBinaryParameter value)
Gets or sets the preview image data.
|
void |
CadSweptSurface.setProprietaryBinaryData(CadBinaryParameter value)
Gets or sets the path binary data.
|
void |
CadRevolvedSurface.setRevolvedSurfaceBinaryData(CadBinaryParameter value)
Gets or sets the revolved surface binary data.
|
void |
CadSweptSurface.setSweepBinaryData(CadBinaryParameter value)
Gets or sets the sweep binary data.
|
| Modifier and Type | Method and Description |
|---|---|
CadBinaryParameter |
CadFieldData.getBinaryData()
Gets or sets the binary data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CadFieldData.setBinaryData(CadBinaryParameter value)
Gets or sets the binary data.
|