Uses of Class
com.aspose.cad.cloud.model.CadResponse
-
Packages that use CadResponse Package Description com.aspose.cad.cloud.api com.aspose.cad.cloud.model -
-
Uses of CadResponse in com.aspose.cad.cloud.api
Methods in com.aspose.cad.cloud.api that return CadResponse Modifier and Type Method Description CadResponse
CadApi. getDrawingProperties(GetDrawingPropertiesRequest request)
Retrieves info about an existing drawing.CadResponse
CadApi. postDrawingProperties(PostDrawingPropertiesRequest request)
Retrieves info about drawing which is passed as a zero-indexed multipart/form-data content or as raw body stream. -
Uses of CadResponse in com.aspose.cad.cloud.model
Methods in com.aspose.cad.cloud.model that return CadResponse Modifier and Type Method Description CadResponse
CadResponse. cff2Properties(Cff2Properties cff2Properties)
CadResponse
CadResponse. dgnProperties(DgnProperties dgnProperties)
CadResponse
CadResponse. dwfProperties(DwfProperties dwfProperties)
CadResponse
CadResponse. dwgProperties(DwgProperties dwgProperties)
CadResponse
CadResponse. dwtProperties(DwgProperties dwtProperties)
CadResponse
CadResponse. dxfProperties(DxfProperties dxfProperties)
CadResponse
CadResponse. height(Integer height)
CadResponse
CadResponse. ifcProperties(IfcProperties ifcProperties)
CadResponse
CadResponse. igsProperties(IgsProperties igsProperties)
CadResponse
CadResponse. stlProperties(StlProperties stlProperties)
CadResponse
CadResponse. width(Integer width)
-