Package com.aspose.cad.cloud.model
Class CadResponse
- java.lang.Object
-
- com.aspose.cad.cloud.model.CadResponse
-
public class CadResponse extends Object
Represents information about a drawing.
-
-
Constructor Summary
Constructors Constructor Description CadResponse()
-
Method Summary
-
-
-
Method Detail
-
height
public CadResponse height(Integer height)
-
getHeight
public Integer getHeight()
Gets or sets the height of a drawing.- Returns:
- height
-
setHeight
public void setHeight(Integer height)
-
width
public CadResponse width(Integer width)
-
getWidth
public Integer getWidth()
Gets or sets the width of a drawing.- Returns:
- width
-
setWidth
public void setWidth(Integer width)
-
dwgProperties
public CadResponse dwgProperties(DwgProperties dwgProperties)
-
getDwgProperties
public DwgProperties getDwgProperties()
Gets or sets the DWG properties.- Returns:
- dwgProperties
-
setDwgProperties
public void setDwgProperties(DwgProperties dwgProperties)
-
dxfProperties
public CadResponse dxfProperties(DxfProperties dxfProperties)
-
getDxfProperties
public DxfProperties getDxfProperties()
Gets or sets the DXF properties.- Returns:
- dxfProperties
-
setDxfProperties
public void setDxfProperties(DxfProperties dxfProperties)
-
dwtProperties
public CadResponse dwtProperties(DwgProperties dwtProperties)
-
getDwtProperties
public DwgProperties getDwtProperties()
Gets or sets the DWT properties.- Returns:
- dwtProperties
-
setDwtProperties
public void setDwtProperties(DwgProperties dwtProperties)
-
dgnProperties
public CadResponse dgnProperties(DgnProperties dgnProperties)
-
getDgnProperties
public DgnProperties getDgnProperties()
Gets or sets the DGN properties.- Returns:
- dgnProperties
-
setDgnProperties
public void setDgnProperties(DgnProperties dgnProperties)
-
ifcProperties
public CadResponse ifcProperties(IfcProperties ifcProperties)
-
getIfcProperties
public IfcProperties getIfcProperties()
Gets or sets the IFC properties.- Returns:
- ifcProperties
-
setIfcProperties
public void setIfcProperties(IfcProperties ifcProperties)
-
igsProperties
public CadResponse igsProperties(IgsProperties igsProperties)
-
getIgsProperties
public IgsProperties getIgsProperties()
Gets or sets the IGS properties.- Returns:
- igsProperties
-
setIgsProperties
public void setIgsProperties(IgsProperties igsProperties)
-
stlProperties
public CadResponse stlProperties(StlProperties stlProperties)
-
getStlProperties
public StlProperties getStlProperties()
Gets or sets the STL properties.- Returns:
- stlProperties
-
setStlProperties
public void setStlProperties(StlProperties stlProperties)
-
dwfProperties
public CadResponse dwfProperties(DwfProperties dwfProperties)
-
getDwfProperties
public DwfProperties getDwfProperties()
Gets or sets the DWF properties.- Returns:
- dwfProperties
-
setDwfProperties
public void setDwfProperties(DwfProperties dwfProperties)
-
cff2Properties
public CadResponse cff2Properties(Cff2Properties cff2Properties)
-
getCff2Properties
public Cff2Properties getCff2Properties()
Gets or sets the CFF2 properties.- Returns:
- cff2Properties
-
setCff2Properties
public void setCff2Properties(Cff2Properties cff2Properties)
-
-